Interface HandshakeCallbackSSLFilter.Callback

  • Enclosing class:
    HandshakeCallbackSSLFilter

    public static interface HandshakeCallbackSSLFilter.Callback
    Callback interface for dealing with handshake failures.
    • 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.