|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mina.protocol.codec.MessageDecoderResult
Represents results from MessageDecoder
.
MessageDecoder
Field Summary | |
static MessageDecoderResult |
NEED_DATA
Represents a result from MessageDecoder.decodable(ProtocolSession, ByteBuffer)
and MessageDecoder.decode(ProtocolSession, ByteBuffer, ProtocolDecoderOutput) . |
static MessageDecoderResult |
NOT_OK
Represents a result from MessageDecoder.decodable(ProtocolSession, ByteBuffer)
and MessageDecoder.decode(ProtocolSession, ByteBuffer, ProtocolDecoderOutput) . |
static MessageDecoderResult |
OK
Represents a result from MessageDecoder.decodable(ProtocolSession, ByteBuffer)
and MessageDecoder.decode(ProtocolSession, ByteBuffer, ProtocolDecoderOutput) . |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static MessageDecoderResult OK
MessageDecoder.decodable(ProtocolSession, ByteBuffer)
and MessageDecoder.decode(ProtocolSession, ByteBuffer, ProtocolDecoderOutput)
.
Please refer to each method's documentation for detailed explanation.
public static MessageDecoderResult NEED_DATA
MessageDecoder.decodable(ProtocolSession, ByteBuffer)
and MessageDecoder.decode(ProtocolSession, ByteBuffer, ProtocolDecoderOutput)
.
Please refer to each method's documentation for detailed explanation.
public static MessageDecoderResult NOT_OK
MessageDecoder.decodable(ProtocolSession, ByteBuffer)
and MessageDecoder.decode(ProtocolSession, ByteBuffer, ProtocolDecoderOutput)
.
Please refer to each method's documentation for detailed explanation.
Method Detail |
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |