Class MessageDecoderResult
java.lang.Object
org.apache.mina.filter.codec.demux.MessageDecoderResult
Represents results from
MessageDecoder.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic MessageDecoderResultRepresents a result fromMessageDecoder.decodable(IoSession, ByteBuffer)andMessageDecoder.decode(IoSession, ByteBuffer, ProtocolDecoderOutput).static MessageDecoderResultRepresents a result fromMessageDecoder.decodable(IoSession, ByteBuffer)andMessageDecoder.decode(IoSession, ByteBuffer, ProtocolDecoderOutput).static MessageDecoderResultRepresents a result fromMessageDecoder.decodable(IoSession, ByteBuffer)andMessageDecoder.decode(IoSession, ByteBuffer, ProtocolDecoderOutput). -
Method Summary
-
Field Details
-
OK
Represents a result fromMessageDecoder.decodable(IoSession, ByteBuffer)andMessageDecoder.decode(IoSession, ByteBuffer, ProtocolDecoderOutput). Please refer to each method's documentation for detailed explanation. -
NEED_DATA
Represents a result fromMessageDecoder.decodable(IoSession, ByteBuffer)andMessageDecoder.decode(IoSession, ByteBuffer, ProtocolDecoderOutput). Please refer to each method's documentation for detailed explanation. -
NOT_OK
Represents a result fromMessageDecoder.decodable(IoSession, ByteBuffer)andMessageDecoder.decode(IoSession, ByteBuffer, ProtocolDecoderOutput). Please refer to each method's documentation for detailed explanation.
-
-
Method Details