protected static final class SpdyAddOn.ProtocolNegotiator extends Object implements org.glassfish.grizzly.npn.ServerSideNegotiator
| Constructor and Description |
|---|
SpdyAddOn.ProtocolNegotiator(FilterChain filterChain) |
| Modifier and Type | Method and Description |
|---|---|
void |
onNoDeal(SSLEngine engine) |
void |
onSuccess(SSLEngine engine,
String protocol) |
LinkedHashSet<String> |
supportedProtocols(SSLEngine engine) |
public SpdyAddOn.ProtocolNegotiator(FilterChain filterChain)
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 © 2013 Oracle Corporation. All Rights Reserved.