Module org.newsclub.net.unix.ssl
Package org.newsclub.net.unix.ssl
Interface CallbackSNIMatcher.Callback
- Enclosing class:
CallbackSNIMatcher
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback that is called upon
SNIMatcher.matches(SNIServerName)
.- Author:
- Christian Kohlschütter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onMatch
(SNIServerName name, boolean matches) Called uponSNIMatcher.matches(SNIServerName)
, along with the result.
-
Method Details
-
onMatch
Called uponSNIMatcher.matches(SNIServerName)
, along with the result.- Parameters:
name
- The name.matches
- The match result.
-