Interface ProtocolDecoderAdapter


  • public interface ProtocolDecoderAdapter
    • Method Detail

      • getMaximumPlainHeaderLength

        int getMaximumPlainHeaderLength()
      • matchPlainHeader

        int matchPlainHeader​(java.nio.ByteBuffer buffer)
      • gotSecret

        void gotSecret​(byte[] session_secret)
      • decodeComplete

        void decodeComplete​(ProtocolDecoder decoder,
                            java.nio.ByteBuffer remaining_initial_data)
      • decodeFailed

        void decodeFailed​(ProtocolDecoder decoder,
                          java.lang.Throwable cause)