| Constructor and Description |
|---|
ProtocolNegotiator(org.glassfish.grizzly.filterchain.FilterChain filterChain,
SpdyVersion[] supportedSpdyVersions) |
| Modifier and Type | Method and Description |
|---|---|
void |
onNoDeal(SSLEngine engine) |
void |
onSuccess(SSLEngine engine,
String protocol) |
LinkedHashSet<String> |
supportedProtocols(SSLEngine engine) |
public ProtocolNegotiator(org.glassfish.grizzly.filterchain.FilterChain filterChain,
SpdyVersion[] supportedSpdyVersions)
public LinkedHashSet<String> supportedProtocols(SSLEngine engine)
supportedProtocols in interface org.glassfish.grizzly.npn.ServerSideNegotiatorpublic void onSuccess(SSLEngine engine, String protocol)
onSuccess in interface org.glassfish.grizzly.npn.ServerSideNegotiatorpublic void onNoDeal(SSLEngine engine)
onNoDeal in interface org.glassfish.grizzly.npn.ServerSideNegotiatorCopyright © 2020 Oracle Corporation. All Rights Reserved.