| Package | Description |
|---|---|
| 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.
|
| Class and Description |
|---|
| DemuxingProtocolDecoder
A composite
ProtocolDecoder that demultiplexes incoming IoBuffer
decoding requests into an appropriate MessageDecoder. |
| DemuxingProtocolDecoder.State |
| DemuxingProtocolEncoder
A composite
ProtocolEncoder that demultiplexes incoming message
encoding requests into an appropriate MessageEncoder. |
| DemuxingProtocolEncoder.State |
| MessageDecoder
Decodes a certain type of messages.
|
| MessageDecoderFactory
A factory that creates a new instance of
MessageDecoder. |
| MessageDecoderResult
Represents results from
MessageDecoder. |
| MessageEncoder
Encodes a certain type of messages.
|
| MessageEncoderFactory
A factory that creates a new instance of
MessageEncoder. |