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 void
SSLContext. setSniHostnameMatcher(long ctx, SniHostNameMatcher matcher)
Allow to hookSniHostNameMatcher
into the sni processing.
-