|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
TProtocolFactory | Factory interface for constructing protocol instances. |
Class Summary | |
---|---|
TBinaryProtocol | Binary protocol implementation for thrift. |
TBinaryProtocol.Factory | Factory |
TCompactProtocol | TCompactProtocol2 is the Java implementation of the compact protocol specified in THRIFT-110. |
TCompactProtocol.Factory | TProtocolFactory that produces TCompactProtocols. |
TField | Helper class that encapsulates field metadata. |
TJSONProtocol | JSON protocol implementation for thrift. |
TJSONProtocol.Factory | Factory for JSON protocol objects |
TList | Helper class that encapsulates list metadata. |
TMap | Helper class that encapsulates map metadata. |
TMessage | Helper class that encapsulates struct metadata. |
TMessageType | Message type constants in the Thrift protocol. |
TMultiplexedProtocol | TMultiplexedProtocol is a protocol-independent concrete decorator
that allows a Thrift client to communicate with a multiplexing Thrift server,
by prepending the service name to the function name during function calls. |
TProtocol | Protocol interface definition. |
TProtocolDecorator | TProtocolDecorator forwards all requests to an enclosed
TProtocol instance, providing a way to author concise
concrete decorator subclasses. |
TProtocolUtil | Utility class with static methods for interacting with protocol data streams. |
TSet | Helper class that encapsulates set metadata. |
TSimpleJSONProtocol | JSON protocol implementation for thrift. |
TSimpleJSONProtocol.Factory | Factory |
TStruct | Helper class that encapsulates struct metadata. |
TTupleProtocol | |
TTupleProtocol.Factory | |
TType | Type constants in the Thrift protocol. |
Exception Summary | |
---|---|
TProtocolException | Protocol exceptions. |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |