Fields in org.apache.mina.filter.codec.demux declared as MessageDecoderResult |
static MessageDecoderResult |
MessageDecoder.NEED_DATA
Represents a result from MessageDecoder.decodable(IoSession, ByteBuffer) and
MessageDecoder.decode(IoSession, ByteBuffer, ProtocolDecoderOutput) . |
static MessageDecoderResult |
MessageDecoderResult.NEED_DATA
Represents a result from MessageDecoder.decodable(IoSession, ByteBuffer)
and MessageDecoder.decode(IoSession, ByteBuffer, ProtocolDecoderOutput) . |
static MessageDecoderResult |
MessageDecoder.NOT_OK
Represents a result from MessageDecoder.decodable(IoSession, ByteBuffer) and
MessageDecoder.decode(IoSession, ByteBuffer, ProtocolDecoderOutput) . |
static MessageDecoderResult |
MessageDecoderResult.NOT_OK
Represents a result from MessageDecoder.decodable(IoSession, ByteBuffer)
and MessageDecoder.decode(IoSession, ByteBuffer, ProtocolDecoderOutput) . |
static MessageDecoderResult |
MessageDecoder.OK
Represents a result from MessageDecoder.decodable(IoSession, ByteBuffer) and
MessageDecoder.decode(IoSession, ByteBuffer, ProtocolDecoderOutput) . |
static MessageDecoderResult |
MessageDecoderResult.OK
Represents a result from MessageDecoder.decodable(IoSession, ByteBuffer)
and MessageDecoder.decode(IoSession, ByteBuffer, ProtocolDecoderOutput) . |