| Package | Description |
|---|---|
| org.apache.mina.codec | |
| org.apache.mina.codec.delimited |
Set of tools for delimited buffers.
|
| org.apache.mina.codec.delimited.serialization |
Serialization mechanisms.
|
| org.apache.mina.codec.textline |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StatelessProtocolDecoder<INPUT,OUTPUT>
A state less
ProtocolDecoder : no context stored for the different sessions. |
| Modifier and Type | Class and Description |
|---|---|
class |
IoBufferDecoder<INPUT>
Abstract class providing both encoding and decoding methods between a given
type and ByteBuffers.
|
class |
SizePrefixedDecoder<OUT> |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaNativeMessageDecoder<IN extends Serializable>
Decoder providing the built-in Java-deserialization.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TextLineDecoder
A
ProtocolDecoder which decodes a text line into a string. |
Copyright © 2009–2013 Apache MINA Project. All rights reserved.