Interface SSLEngineFilterLayer.Listener
- Enclosing class:
- SSLEngineFilterLayer
public static interface SSLEngineFilterLayer.Listener
A listener for the connection headers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonHandshakeCompleted(SSLSession session) Callback when the handshake is completed.
-
Method Details
-
onHandshakeCompleted
Callback when the handshake is completed.- Parameters:
session- the ssl session- Throws:
ConnectionRefusalException- if the remote connection is rejected.
-