Uses of Package
org.apache.mina.filter.codec
-
Packages that use org.apache.mina.filter.codec Package Description org.apache.directory.api.ldap.codec.api org.apache.directory.api.ldap.codec.osgi org.apache.directory.api.ldap.codec.protocol.mina 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.directory.api.ldap.codec.api Class Description ProtocolCodecFactory ProvidesProtocolEncoderandProtocolDecoderwhich translates binary or protocol specific data into message object and vice versa. -
Classes in org.apache.mina.filter.codec used by org.apache.directory.api.ldap.codec.osgi Class Description ProtocolCodecFactory ProvidesProtocolEncoderandProtocolDecoderwhich translates binary or protocol specific data into message object and vice versa. -
Classes in org.apache.mina.filter.codec used by org.apache.directory.api.ldap.codec.protocol.mina Class Description ProtocolCodecFactory ProvidesProtocolEncoderandProtocolDecoderwhich 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 forProtocolDecoderto generate decoded messages.ProtocolEncoder Encodes higher-level message objects into binary or protocol-specific data.ProtocolEncoderOutput Callback forProtocolEncoderto generate encoded messages such asIoBuffers. -
Classes in org.apache.mina.filter.codec used by org.apache.mina.filter.codec Class Description ProtocolCodecException An exception that is thrown whenProtocolEncoderorProtocolDecodercannot understand or failed to validate data to process.ProtocolCodecFactory ProvidesProtocolEncoderandProtocolDecoderwhich 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 abstractProtocolDecoderimplementation for those who don't needProtocolDecoder.finishDecode(IoSession, ProtocolDecoderOutput)norProtocolDecoder.dispose(IoSession)method.ProtocolDecoderException An exception that is thrown whenProtocolDecodercannot understand or failed to validate the specifiedIoBuffercontent.ProtocolDecoderOutput Callback forProtocolDecoderto generate decoded messages.ProtocolEncoder Encodes higher-level message objects into binary or protocol-specific data.ProtocolEncoderOutput Callback forProtocolEncoderto generate encoded messages such asIoBuffers. -
Classes in org.apache.mina.filter.codec used by org.apache.mina.filter.codec.demux Class Description CumulativeProtocolDecoder AProtocolDecoderthat cumulates the content of received buffers to a cumulative buffer to help users implement decoders.ProtocolCodecFactory ProvidesProtocolEncoderandProtocolDecoderwhich 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 abstractProtocolDecoderimplementation for those who don't needProtocolDecoder.finishDecode(IoSession, ProtocolDecoderOutput)norProtocolDecoder.dispose(IoSession)method.ProtocolDecoderOutput Callback forProtocolDecoderto generate decoded messages.ProtocolEncoder Encodes higher-level message objects into binary or protocol-specific data.ProtocolEncoderOutput Callback forProtocolEncoderto generate encoded messages such asIoBuffers. -
Classes in org.apache.mina.filter.codec used by org.apache.mina.filter.codec.prefixedstring Class Description CumulativeProtocolDecoder AProtocolDecoderthat cumulates the content of received buffers to a cumulative buffer to help users implement decoders.ProtocolCodecFactory ProvidesProtocolEncoderandProtocolDecoderwhich 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 abstractProtocolDecoderimplementation for those who don't needProtocolDecoder.finishDecode(IoSession, ProtocolDecoderOutput)norProtocolDecoder.dispose(IoSession)method.ProtocolDecoderOutput Callback forProtocolDecoderto generate decoded messages.ProtocolEncoder Encodes higher-level message objects into binary or protocol-specific data.ProtocolEncoderAdapter An abstractProtocolEncoderimplementation for those who don't have any resources to dispose.ProtocolEncoderOutput Callback forProtocolEncoderto generate encoded messages such asIoBuffers. -
Classes in org.apache.mina.filter.codec used by org.apache.mina.filter.codec.serialization Class Description CumulativeProtocolDecoder AProtocolDecoderthat cumulates the content of received buffers to a cumulative buffer to help users implement decoders.ProtocolCodecFactory ProvidesProtocolEncoderandProtocolDecoderwhich 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 abstractProtocolDecoderimplementation for those who don't needProtocolDecoder.finishDecode(IoSession, ProtocolDecoderOutput)norProtocolDecoder.dispose(IoSession)method.ProtocolDecoderOutput Callback forProtocolDecoderto generate decoded messages.ProtocolEncoder Encodes higher-level message objects into binary or protocol-specific data.ProtocolEncoderAdapter An abstractProtocolEncoderimplementation for those who don't have any resources to dispose.ProtocolEncoderOutput Callback forProtocolEncoderto generate encoded messages such asIoBuffers. -
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 forProtocolDecoderto generate decoded messages. -
Classes in org.apache.mina.filter.codec used by org.apache.mina.filter.codec.textline Class Description ProtocolCodecFactory ProvidesProtocolEncoderandProtocolDecoderwhich 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 forProtocolDecoderto generate decoded messages.ProtocolEncoder Encodes higher-level message objects into binary or protocol-specific data.ProtocolEncoderAdapter An abstractProtocolEncoderimplementation for those who don't have any resources to dispose.ProtocolEncoderOutput Callback forProtocolEncoderto generate encoded messages such asIoBuffers.