org.apache.mina.filter.codec.netty |
Protocol codec which provides the integration with Netty2 messages.
|
Java Source File Name | Type | Comment |
NettyCodecFactory.java | Class | A MINA ProtocolCodecFactory that provides encoder and decoder
for Netty2
Message s and
MessageRecognizer s.
Please note that this codec factory assumes one
MessageRecognizer can be used for multiple sessions. |
NettyDecoder.java | Class | A MINA
ProtocolDecoder that decodes buffers into
Netty2
Message s using specified
MessageRecognizer s. |
NettyEncoder.java | Class | A MINA ProtocolEncoder that encodes Netty2
Message s
into buffers. |