Uses of Package
org.apache.mina.filter.codec
Packages that use org.apache.mina.filter.codec
Package
Description
Filter implementations that helps you to implement complex protocols via 'codec' concept.
Protocol codecs that helps you to implement even more complex protocols by splitting a codec into multiple sub-codecs.
Protocol codecs which uses Java object serilization and leads to rapid protocol implementation.
A protocol codec for text-based protocols.
-
Classes in org.apache.mina.filter.codec used by org.apache.mina.filter.codecClassDescriptionA
ProtocolDecoderOutputbased on queue.AProtocolEncoderOutputbased on queue.An exception that is thrown whenProtocolEncoderorProtocolDecodercannot understand or failed to validate data to process.ProvidesProtocolEncoderandProtocolDecoderwhich translates binary or protocol specific data into message object and vice versa.Decodes binary or protocol-specific data into higher-level message objects.An abstractProtocolDecoderimplementation for those who don't needProtocolDecoder.finishDecode(IoSession, ProtocolDecoderOutput)norProtocolDecoder.dispose(IoSession)method.An exception that is thrown whenProtocolDecodercannot understand or failed to validate the specifiedIoBuffercontent.Callback forProtocolDecoderto generate decoded messages.Encodes higher-level message objects into binary or protocol-specific data.Callback forProtocolEncoderto generate encoded messages such asIoBuffers. -
Classes in org.apache.mina.filter.codec used by org.apache.mina.filter.codec.demuxClassDescriptionA
ProtocolDecoderthat cumulates the content of received buffers to a cumulative buffer to help users implement decoders.ProvidesProtocolEncoderandProtocolDecoderwhich translates binary or protocol specific data into message object and vice versa.Decodes binary or protocol-specific data into higher-level message objects.An abstractProtocolDecoderimplementation for those who don't needProtocolDecoder.finishDecode(IoSession, ProtocolDecoderOutput)norProtocolDecoder.dispose(IoSession)method.Callback forProtocolDecoderto generate decoded messages.Encodes higher-level message objects into binary or protocol-specific data.Callback forProtocolEncoderto generate encoded messages such asIoBuffers. -
Classes in org.apache.mina.filter.codec used by org.apache.mina.filter.codec.prefixedstringClassDescriptionA
ProtocolDecoderthat cumulates the content of received buffers to a cumulative buffer to help users implement decoders.ProvidesProtocolEncoderandProtocolDecoderwhich translates binary or protocol specific data into message object and vice versa.Decodes binary or protocol-specific data into higher-level message objects.An abstractProtocolDecoderimplementation for those who don't needProtocolDecoder.finishDecode(IoSession, ProtocolDecoderOutput)norProtocolDecoder.dispose(IoSession)method.Callback forProtocolDecoderto generate decoded messages.Encodes higher-level message objects into binary or protocol-specific data.An abstractProtocolEncoderimplementation for those who don't have any resources to dispose.Callback forProtocolEncoderto generate encoded messages such asIoBuffers. -
Classes in org.apache.mina.filter.codec used by org.apache.mina.filter.codec.serializationClassDescriptionA
ProtocolDecoderthat cumulates the content of received buffers to a cumulative buffer to help users implement decoders.ProvidesProtocolEncoderandProtocolDecoderwhich translates binary or protocol specific data into message object and vice versa.Decodes binary or protocol-specific data into higher-level message objects.An abstractProtocolDecoderimplementation for those who don't needProtocolDecoder.finishDecode(IoSession, ProtocolDecoderOutput)norProtocolDecoder.dispose(IoSession)method.Callback forProtocolDecoderto generate decoded messages.Encodes higher-level message objects into binary or protocol-specific data.An abstractProtocolEncoderimplementation for those who don't have any resources to dispose.Callback forProtocolEncoderto generate encoded messages such asIoBuffers. -
Classes in org.apache.mina.filter.codec used by org.apache.mina.filter.codec.statemachineClassDescriptionDecodes binary or protocol-specific data into higher-level message objects.Callback for
ProtocolDecoderto generate decoded messages. -
Classes in org.apache.mina.filter.codec used by org.apache.mina.filter.codec.textlineClassDescriptionProvides
ProtocolEncoderandProtocolDecoderwhich translates binary or protocol specific data into message object and vice versa.Decodes binary or protocol-specific data into higher-level message objects.An exception that is thrown whenProtocolDecodercannot understand or failed to validate the specifiedIoBuffercontent.Callback forProtocolDecoderto generate decoded messages.Encodes higher-level message objects into binary or protocol-specific data.An abstractProtocolEncoderimplementation for those who don't have any resources to dispose.Callback forProtocolEncoderto generate encoded messages such asIoBuffers. -
Classes in org.apache.mina.filter.codec used by org.apache.mina.httpClassDescriptionAn
IoFilterwhich translates binary or protocol specific data into message objects and vice versa usingProtocolCodecFactory,ProtocolEncoder, orProtocolDecoder.Decodes binary or protocol-specific data into higher-level message objects.Callback forProtocolDecoderto generate decoded messages.Encodes higher-level message objects into binary or protocol-specific data.Callback forProtocolEncoderto generate encoded messages such asIoBuffers.