Interface TransportCryptoManager.HandshakeListener

Enclosing class:
TransportCryptoManager

public static interface TransportCryptoManager.HandshakeListener
  • Field Details

  • Method Details

    • handshakeSuccess

      void handshakeSuccess(ProtocolDecoder decoder, ByteBuffer remaining_initial_data)
    • handshakeFailure

      void handshakeFailure(Throwable failure_msg)
    • gotSecret

      void gotSecret(byte[] session_secret)
    • getMaximumPlainHeaderLength

      int getMaximumPlainHeaderLength()
    • matchPlainHeader

      int matchPlainHeader(ByteBuffer buffer)