接口 SniHostNameMatcher
-
public interface SniHostNameMatcher
-
-
方法详细资料
-
match
boolean match(long ssl, String hostname)Returnstrueif the hostname was matched and so SNI should be allowed.- 参数:
ssl- the SSL instancehostname- the hostname to match.- 返回:
trueif the hostname was matched
-
-