public interface SniHostNameMatcher
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(long ssl,
String hostname)
Returns
true if the hostname was matched and so SNI should be allowed. |
boolean match(long ssl,
String hostname)
true if the hostname was matched and so SNI should be allowed.ssl - the SSL instancehostname - the hostname to match.true if the hostname was matchedCopyright © 2008–2020 The Netty Project. All rights reserved.