Package io.netty.internal.tcnative
Interface SniHostNameMatcher
public interface SniHostNameMatcher
-
Method Summary
-
Method Details
-
match
Returnstrue
if the hostname was matched and so SNI should be allowed.- Parameters:
ssl
- the SSL instancehostname
- the hostname to match.- Returns:
true
if the hostname was matched
-