Uses of Class
org.wildfly.security.ssl.SNIContextMatcher
-
Packages that use SNIContextMatcher Package Description org.wildfly.security.ssl -
-
Uses of SNIContextMatcher in org.wildfly.security.ssl
Fields in org.wildfly.security.ssl declared as SNIContextMatcher Modifier and Type Field Description private SNIContextMatcher
SNISSLContextSpi. matcher
private SNIContextMatcher
SNISSLEngine.InitialState. selector
Methods in org.wildfly.security.ssl that return SNIContextMatcher Modifier and Type Method Description SNIContextMatcher
SNIContextMatcher.Builder. build()
Constructors in org.wildfly.security.ssl with parameters of type SNIContextMatcher Constructor Description InitialState(SNIContextMatcher selector, Function<SSLContext,SSLEngine> engineFunction)
SNISSLContext(SNIContextMatcher matcher)
SNISSLContextSpi(SNIContextMatcher matcher)
SNISSLEngine(SNIContextMatcher selector)
SNISSLEngine(SNIContextMatcher selector, String host, int port)
-