Uses of Package
org.apache.mina.filter.codec
-
Packages that use org.apache.mina.filter.codec Package Description org.apache.mina.filter.codec Filter implementations that helps you to implement complex protocols via 'codec' concept.org.apache.mina.filter.codec.demux Protocol codecs that helps you to implement even more complex protocols by splitting a codec into multiple sub-codecs.org.apache.mina.filter.codec.prefixedstring org.apache.mina.filter.codec.serialization Protocol codecs which uses Java object serilization and leads to rapid protocol implementation.org.apache.mina.filter.codec.statemachine org.apache.mina.filter.codec.textline A protocol codec for text-based protocols. -
Classes in org.apache.mina.filter.codec used by org.apache.mina.filter.codec Class Description ProtocolCodecException An exception that is thrown whenProtocolEncoder
orProtocolDecoder
cannot understand or failed to validate data to process.ProtocolCodecFactory ProvidesProtocolEncoder
andProtocolDecoder
which translates binary or protocol specific data into message object and vice versa.ProtocolDecoder Decodes binary or protocol-specific data into higher-level message objects.ProtocolDecoderAdapter An abstractProtocolDecoder
implementation for those who don't needProtocolDecoder.finishDecode(IoSession, ProtocolDecoderOutput)
norProtocolDecoder.dispose(IoSession)
method.ProtocolDecoderException An exception that is thrown whenProtocolDecoder
cannot understand or failed to validate the specifiedIoBuffer
content.ProtocolDecoderOutput Callback forProtocolDecoder
to generate decoded messages.ProtocolEncoder Encodes higher-level message objects into binary or protocol-specific data.ProtocolEncoderOutput Callback forProtocolEncoder
to generate encoded messages such asIoBuffer
s. -
Classes in org.apache.mina.filter.codec used by org.apache.mina.filter.codec.demux Class Description CumulativeProtocolDecoder AProtocolDecoder
that cumulates the content of received buffers to a cumulative buffer to help users implement decoders.ProtocolCodecFactory ProvidesProtocolEncoder
andProtocolDecoder
which translates binary or protocol specific data into message object and vice versa.ProtocolDecoder Decodes binary or protocol-specific data into higher-level message objects.ProtocolDecoderAdapter An abstractProtocolDecoder
implementation for those who don't needProtocolDecoder.finishDecode(IoSession, ProtocolDecoderOutput)
norProtocolDecoder.dispose(IoSession)
method.ProtocolDecoderOutput Callback forProtocolDecoder
to generate decoded messages.ProtocolEncoder Encodes higher-level message objects into binary or protocol-specific data.ProtocolEncoderOutput Callback forProtocolEncoder
to generate encoded messages such asIoBuffer
s. -
Classes in org.apache.mina.filter.codec used by org.apache.mina.filter.codec.prefixedstring Class Description CumulativeProtocolDecoder AProtocolDecoder
that cumulates the content of received buffers to a cumulative buffer to help users implement decoders.ProtocolCodecFactory ProvidesProtocolEncoder
andProtocolDecoder
which translates binary or protocol specific data into message object and vice versa.ProtocolDecoder Decodes binary or protocol-specific data into higher-level message objects.ProtocolDecoderAdapter An abstractProtocolDecoder
implementation for those who don't needProtocolDecoder.finishDecode(IoSession, ProtocolDecoderOutput)
norProtocolDecoder.dispose(IoSession)
method.ProtocolDecoderOutput Callback forProtocolDecoder
to generate decoded messages.ProtocolEncoder Encodes higher-level message objects into binary or protocol-specific data.ProtocolEncoderAdapter An abstractProtocolEncoder
implementation for those who don't have any resources to dispose.ProtocolEncoderOutput Callback forProtocolEncoder
to generate encoded messages such asIoBuffer
s. -
Classes in org.apache.mina.filter.codec used by org.apache.mina.filter.codec.serialization Class Description CumulativeProtocolDecoder AProtocolDecoder
that cumulates the content of received buffers to a cumulative buffer to help users implement decoders.ProtocolCodecFactory ProvidesProtocolEncoder
andProtocolDecoder
which translates binary or protocol specific data into message object and vice versa.ProtocolDecoder Decodes binary or protocol-specific data into higher-level message objects.ProtocolDecoderAdapter An abstractProtocolDecoder
implementation for those who don't needProtocolDecoder.finishDecode(IoSession, ProtocolDecoderOutput)
norProtocolDecoder.dispose(IoSession)
method.ProtocolDecoderOutput Callback forProtocolDecoder
to generate decoded messages.ProtocolEncoder Encodes higher-level message objects into binary or protocol-specific data.ProtocolEncoderAdapter An abstractProtocolEncoder
implementation for those who don't have any resources to dispose.ProtocolEncoderOutput Callback forProtocolEncoder
to generate encoded messages such asIoBuffer
s. -
Classes in org.apache.mina.filter.codec used by org.apache.mina.filter.codec.statemachine Class Description ProtocolDecoder Decodes binary or protocol-specific data into higher-level message objects.ProtocolDecoderOutput Callback forProtocolDecoder
to generate decoded messages. -
Classes in org.apache.mina.filter.codec used by org.apache.mina.filter.codec.textline Class Description ProtocolCodecFactory ProvidesProtocolEncoder
andProtocolDecoder
which translates binary or protocol specific data into message object and vice versa.ProtocolDecoder Decodes binary or protocol-specific data into higher-level message objects.ProtocolDecoderOutput Callback forProtocolDecoder
to generate decoded messages.ProtocolEncoder Encodes higher-level message objects into binary or protocol-specific data.ProtocolEncoderAdapter An abstractProtocolEncoder
implementation for those who don't have any resources to dispose.ProtocolEncoderOutput Callback forProtocolEncoder
to generate encoded messages such asIoBuffer
s.