Interface TransportCryptoManager.HandshakeListener

    • Method Detail

      • handshakeSuccess

        void handshakeSuccess​(ProtocolDecoder decoder,
                              java.nio.ByteBuffer remaining_initial_data)
      • handshakeFailure

        void handshakeFailure​(java.lang.Throwable failure_msg)
      • gotSecret

        void gotSecret​(byte[] session_secret)
      • getMaximumPlainHeaderLength

        int getMaximumPlainHeaderLength()
      • matchPlainHeader

        int matchPlainHeader​(java.nio.ByteBuffer buffer)