private class SslClientConnectionFactory.HTTPSHandshakeListener extends java.lang.Object implements SslHandshakeListener
SslHandshakeListener.Event
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,java.lang.Object> |
context |
Modifier | Constructor and Description |
---|---|
private |
HTTPSHandshakeListener(java.util.Map<java.lang.String,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
void |
handshakeSucceeded(SslHandshakeListener.Event event)
Callback method invoked when the TLS handshake succeeds.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handshakeFailed
private HTTPSHandshakeListener(java.util.Map<java.lang.String,java.lang.Object> context)
public void handshakeSucceeded(SslHandshakeListener.Event event) throws javax.net.ssl.SSLException
SslHandshakeListener
Callback method invoked when the TLS handshake succeeds.
handshakeSucceeded
in interface SslHandshakeListener
event
- the event object carrying information about the TLS handshake eventjavax.net.ssl.SSLException
- if any error happen during handshake