Package org.apache.mina.protocol.codec

Useful ProtocolEncoder and ProtocolDecoder implementations.

See:
          Description

Interface Summary
MessageDecoder Decodes specific messages.
MessageDecoderFactory A factory that creates a new instance of MessageDecoder.
MessageEncoder Encodes messages of specific types specified by MessageEncoder.getMessageTypes().
MessageEncoderFactory A factory that creates a new instance of MessageEncoder.
 

Class Summary
CumulativeProtocolDecoder A ProtocolDecoder that cumulates the content of received buffers to a cumulative buffer to help users implement decoders.
DemuxingProtocolCodecFactory A composite ProtocolCodecFactory that consists of multiple MessageEncoders and MessageDecoders.
MessageDecoderResult Represents results from MessageDecoder.
 

Package org.apache.mina.protocol.codec Description

Useful ProtocolEncoder and ProtocolDecoder implementations.



Copyright © 2004-2005 . All Rights Reserved.