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.
|
Modifier and Type | Class and Description |
---|---|
class |
CoapDecoder
Decoder CoAP messages from the ByteBuffer of a received UDP Datagram.
|
Modifier and Type | Class and Description |
---|---|
class |
IoBufferDecoder<INPUT>
Abstract class providing both encoding and decoding methods between a given
type and ByteBuffers.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaNativeMessageDecoder<IN extends Serializable>
Decoder providing the built-in Java-deserialization.
|
class |
ProtobufDynamicMessageDecoder
An alternative decoder for protobuf which allows the use various target
classes with the same decoder.
|
class |
ProtobufMessageDecoder<IN extends com.google.protobuf.GeneratedMessage> |
class |
ThriftDynamicMessageDecoder |
class |
ThriftMessageDecoder<OUTPUT extends org.apache.thrift.TBase<?,?>>
Decode
IoBuffer into Thrift messages. |
Copyright © 2009–2013 Apache MINA Project. All rights reserved.