| Package | Description |
|---|---|
| org.apache.mina.filter.codec |
Filter implementations that helps you to implement complex protocols
via 'codec' concept.
|
| org.apache.mina.filter.codec.serialization |
Protocol codecs which uses Java object serilization and leads to rapid protocol
implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CumulativeProtocolDecoder
A
ProtocolDecoder that cumulates the content of received
buffers to a cumulative buffer to help users implement decoders. |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectSerializationDecoder
A
ProtocolDecoder which deserializes Serializable Java
objects using ByteBuffer.getObject(ClassLoader). |
Copyright © 2004–2018 Apache MINA Project. All rights reserved.