Interface HandshakeCallbackSSLFilter.Callback
-
- Enclosing class:
- HandshakeCallbackSSLFilter
public static interface HandshakeCallbackSSLFilter.Callback
Callback interface for dealing with handshake failures.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(org.apache.mina.core.session.IoSession session, String message)
Runs the callback.
-
-
-
Method Detail
-
run
void run(org.apache.mina.core.session.IoSession session, String message)
Runs the callback.- Parameters:
session
- the session in which the handshake failure occurred.
-
-