Interface ProtocolDecoderAdapter
public interface ProtocolDecoderAdapter
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionvoid
decodeComplete
(ProtocolDecoder decoder, ByteBuffer remaining_initial_data) void
decodeFailed
(ProtocolDecoder decoder, Throwable cause) int
void
gotSecret
(byte[] session_secret) int
matchPlainHeader
(ByteBuffer buffer)
-
Field Details
-
MATCH_NONE
static final int MATCH_NONE- See Also:
-
MATCH_CRYPTO_NO_AUTO_FALLBACK
static final int MATCH_CRYPTO_NO_AUTO_FALLBACK- See Also:
-
MATCH_CRYPTO_AUTO_FALLBACK
static final int MATCH_CRYPTO_AUTO_FALLBACK- See Also:
-
-
Method Details
-
getMaximumPlainHeaderLength
int getMaximumPlainHeaderLength() -
matchPlainHeader
-
gotSecret
void gotSecret(byte[] session_secret) -
decodeComplete
-
decodeFailed
-