Uses of Interface
io.netty.internal.tcnative.SniHostNameMatcher
-
-
Uses of SniHostNameMatcher in io.netty.internal.tcnative
Methods in io.netty.internal.tcnative with parameters of type SniHostNameMatcher Modifier and Type Method Description static voidSSLContext. setSniHostnameMatcher(long ctx, SniHostNameMatcher matcher)Allow to hookSniHostNameMatcherinto the sni processing.
-