Package | Description |
---|---|
org.apache.mina.coap.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 | |
org.apache.mina.http |
Modifier and Type | Class and Description |
---|---|
class |
CoapEncoder
Encode a CoAP message following the RFC.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteBufferEncoder<INPUT>
Abstract class providing both encoding and decoding methods between a given
type and ByteBuffers.
|
class |
ProtobufEncoder<INPUT extends com.google.protobuf.GeneratedMessage>
Encode for protocol buffer messages.
|
class |
SizePrefixedEncoder<IN> |
class |
ThriftEncoder<OUT extends org.apache.thrift.TBase<?,?>> |
Modifier and Type | Class and Description |
---|---|
class |
JavaNativeMessageEncoder<OUT extends Serializable>
Encoder providing the built-in Java-serialization.
|
class |
ProtobufMessageEncoder<OUT extends com.google.protobuf.GeneratedMessage> |
class |
ThriftMessageEncoder<INPUT extends org.apache.thrift.TBase<?,?>>
Encode Thrift message into
ByteBuffer |
Modifier and Type | Class and Description |
---|---|
class |
TextLineEncoder
A
ProtocolEncoder which encodes a string into a text line
which ends with the delimiter. |
Modifier and Type | Class and Description |
---|---|
class |
HttpServerEncoder
In charge of encoding HTTP message into bytes.
|
Copyright © 2009–2013 Apache MINA Project. All rights reserved.