public interface ServerSideNegotiator
Modifier and Type | Method and Description |
---|---|
void |
onNoDeal(SSLEngine engine)
Invoked when the client selects none of the supported protocols.
|
void |
onSuccess(SSLEngine engine,
String protocol)
Invoked when the client selects one of the supported protocols.
|
LinkedHashSet<String> |
supportedProtocols(SSLEngine engine) |
LinkedHashSet<String> supportedProtocols(SSLEngine engine)
LinkedHashSet
of protocols that will be advertised
to the client.void onSuccess(SSLEngine engine, String protocol)
void onNoDeal(SSLEngine engine)
Copyright © 2015 Oracle Corporation. All rights reserved.