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 SNIContextMatcherSNISSLContextSpi. matcherprivate SNIContextMatcherSNISSLEngine.InitialState. selectorMethods in org.wildfly.security.ssl that return SNIContextMatcher Modifier and Type Method Description SNIContextMatcherSNIContextMatcher.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)
-