Package org.apache.mina.filter.codec.demux
package 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.
-
ClassDescriptionA convenience
ProtocolCodecFactorythat providesDemuxingProtocolEncoderandDemuxingProtocolDecoderas a pair.A compositeProtocolDecoderthat demultiplexes incomingIoBufferdecoding requests into an appropriateMessageDecoder.A compositeProtocolEncoderthat demultiplexes incoming message encoding requests into an appropriateMessageEncoder.Decodes a certain type of messages.An abstractMessageDecoderimplementation for those who don't need to implementMessageDecoder.finishDecode(IoSession, ProtocolDecoderOutput)method.A factory that creates a new instance ofMessageDecoder.Represents results fromMessageDecoder.Encodes a certain type of messages.A factory that creates a new instance ofMessageEncoder.