Package org.apache.mina.filter.codec.prefixedstring

Class Summary
PrefixedStringCodecFactory A ProtocolCodecFactory that performs encoding and decoding of a Java String object using a fixed-length length prefix.
PrefixedStringDecoder A ProtocolDecoder which decodes a String using a fixed-length length prefix.
PrefixedStringEncoder A ProtocolEncoder which encodes a string using a fixed-length length prefix.