Constructor and Description |
---|
ProtocolNegotiator(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(FilterChain filterChain, SpdyVersion[] supportedSpdyVersions)
public LinkedHashSet<String> supportedProtocols(SSLEngine engine)
supportedProtocols
in interface org.glassfish.grizzly.npn.ServerSideNegotiator
public void onSuccess(SSLEngine engine, String protocol)
onSuccess
in interface org.glassfish.grizzly.npn.ServerSideNegotiator
public void onNoDeal(SSLEngine engine)
onNoDeal
in interface org.glassfish.grizzly.npn.ServerSideNegotiator
Copyright © 2015 Oracle Corporation. All rights reserved.