Uses of Class
org.apache.mina.protocol.codec.MessageDecoderResult

Packages that use MessageDecoderResult
org.apache.mina.protocol.codec Useful ProtocolEncoder and ProtocolDecoder implementations. 
 

Uses of MessageDecoderResult in org.apache.mina.protocol.codec
 

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

Methods in org.apache.mina.protocol.codec that return MessageDecoderResult
 MessageDecoderResult MessageDecoder.decodable(ProtocolSession session, ByteBuffer in)
          Checks the specified buffer is decodable by this decoder.
 MessageDecoderResult MessageDecoder.decode(ProtocolSession session, ByteBuffer in, ProtocolDecoderOutput out)
          Decodes binary or protocol-specific content into higher-level message objects.
 



Copyright © 2004-2005 . All Rights Reserved.