Class | Description |
---|---|
ByteBufferEncoder<INPUT> |
Abstract class providing both encoding and decoding methods between a given
type and ByteBuffers.
|
IoBufferDecoder<INPUT> |
Abstract class providing both encoding and decoding methods between a given
type and ByteBuffers.
|
ProtobufDecoder<OUTPUT extends com.google.protobuf.GeneratedMessage> |
Decode Protocol Buffer messages of type OUTPUT
|
ProtobufDynamicDecoder | |
ProtobufEncoder<INPUT extends com.google.protobuf.GeneratedMessage> |
Encode for protocol buffer messages.
|
SizePrefixedDecoder<OUT> | |
SizePrefixedDecoder.MutableInt |
A mutable
Integer wrapper. |
SizePrefixedEncoder<IN> | |
ThriftDecoder<M extends org.apache.thrift.TBase<?,?>> | |
ThriftDynamicDecoder | |
ThriftEncoder<OUT extends org.apache.thrift.TBase<?,?>> |
Copyright © 2009–2013 Apache MINA Project. All rights reserved.