public class MessageDecoderResult extends Object
MessageDecoder.MessageDecoder| Modifier and Type | Field and Description |
|---|---|
static MessageDecoderResult |
NEED_DATA
Represents a result from
MessageDecoder.decodable(IoSession, IoBuffer)
and MessageDecoder.decode(IoSession, IoBuffer, ProtocolDecoderOutput). |
static MessageDecoderResult |
NOT_OK
Represents a result from
MessageDecoder.decodable(IoSession, IoBuffer)
and MessageDecoder.decode(IoSession, IoBuffer, ProtocolDecoderOutput). |
static MessageDecoderResult |
OK
Represents a result from
MessageDecoder.decodable(IoSession, IoBuffer)
and MessageDecoder.decode(IoSession, IoBuffer, ProtocolDecoderOutput). |
public static MessageDecoderResult OK
MessageDecoder.decodable(IoSession, IoBuffer)
and MessageDecoder.decode(IoSession, IoBuffer, ProtocolDecoderOutput).
Please refer to each method's documentation for detailed explanation.public static MessageDecoderResult NEED_DATA
MessageDecoder.decodable(IoSession, IoBuffer)
and MessageDecoder.decode(IoSession, IoBuffer, ProtocolDecoderOutput).
Please refer to each method's documentation for detailed explanation.public static MessageDecoderResult NOT_OK
MessageDecoder.decodable(IoSession, IoBuffer)
and MessageDecoder.decode(IoSession, IoBuffer, ProtocolDecoderOutput).
Please refer to each method's documentation for detailed explanation.