public static interface SSLEngineFilterLayer.Listener
Modifier and Type | Method and Description |
---|---|
void |
onHandshakeCompleted(SSLSession session)
Callback when the handshake is completed.
|
void onHandshakeCompleted(SSLSession session) throws ConnectionRefusalException
session
- the ssl sessionConnectionRefusalException
- if the remote connection is rejected.Copyright © 2004–2022. All rights reserved.