Package | Description |
---|---|
org.fusesource.hawtbuf.codec | |
org.fusesource.hawtbuf.proto |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBufferCodec<T extends Buffer>
Implementation of a Codec for Buffer objects
|
class |
AsciiBufferCodec
Implementation of a Codec for AsciiBuffer objects.
|
class |
BufferCodec
Implementation of a Marshaller for Buffer objects.
|
class |
BytesCodec
Implementation of a Marshaller for byte arrays
|
class |
FixedBufferCodec
Implementation of a Marshaller for Buffer objects
|
class |
IntegerCodec
Implementation of a Marshaller for a Integer
|
class |
LongCodec
Implementation of a Codec for a Long
|
class |
ObjectCodec<T>
Implementation of a Marshaller for Objects
|
class |
StringCodec
Implementation of a Marshaller for Strings
|
class |
UTF8BufferCodec
Implementation of a Codec for UTF8Buffer objects.
|
class |
VariableCodec<T>
Convenience base class for Marshaller implementations which do not deepCopy and
which use variable size encodings.
|
class |
VarIntegerCodec
Implementation of a variable length Codec for an Integer
|
class |
VarLongCodec
Implementation of a variable length Codec for a Long
|
class |
VarSignedIntegerCodec
Implementation of a variable length Codec for a signed Integer
|
class |
VarSignedLongCodec
Implementation of a variable length Codec for a signed Long
|
Modifier and Type | Class and Description |
---|---|
class |
PBMessageFramedCodec<T extends MessageBuffer>
Implements the Codec interface for PBMessages type which
encode/decodes framed messages.
|
class |
PBMessageUnframedCodec<T extends MessageBuffer>
Implements the Codec interface for PBMessages type which
encode/decodes unframed messages.
|
Copyright © 2010–2021 FuseSource, Corp.. All rights reserved.