| 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 |
StatelessProtocolEncoder<INPUT,OUTPUT>
A state less
ProtocolEncoder : no context stored for the different sessions. |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteBufferEncoder<INPUT>
Abstract class providing both encoding and decoding methods between a given
type and ByteBuffers.
|
class |
SizePrefixedEncoder<IN> |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaNativeMessageEncoder<OUT extends Serializable>
Encoder providing the built-in Java-serialization.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TextLineEncoder
A
ProtocolEncoder which encodes a string into a text line
which ends with the delimiter. |
Copyright © 2009–2013 Apache MINA Project. All rights reserved.