Interface SniHostNameMatcher
public interface SniHostNameMatcher
-
Method Summary
-
Method Details
-
match
Returnstrueif the hostname was matched and so SNI should be allowed.- Parameters:
ssl- the SSL instancehostname- the hostname to match.- Returns:
trueif the hostname was matched
-