Interface ProtocolDecoderAdapter


public interface ProtocolDecoderAdapter
  • Field Details

  • Method Details

    • getMaximumPlainHeaderLength

      int getMaximumPlainHeaderLength()
    • matchPlainHeader

      int matchPlainHeader(ByteBuffer buffer)
    • gotSecret

      void gotSecret(byte[] session_secret)
    • decodeComplete

      void decodeComplete(ProtocolDecoder decoder, ByteBuffer remaining_initial_data)
    • decodeFailed

      void decodeFailed(ProtocolDecoder decoder, Throwable cause)