Package io.netty.internal.tcnative
Interface SniHostNameMatcher
-
public interface SniHostNameMatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatch(long ssl, java.lang.String hostname)Returnstrueif the hostname was matched and so SNI should be allowed.
-