All Classes
| Class | Description |
|---|---|
| AsyncMethodCallbacks |
A utility class that bridges the gap between
CompletionStage and AsyncMethodCallback. |
| ThriftCall | |
| ThriftCallService |
An
RpcService that handles a Thrift RpcRequest. |
| ThriftFuture<T> |
A
CompletableFuture that can be passed in as an AsyncMethodCallback
when making an asynchronous client-side Thrift RPC. |
| ThriftJacksonModule |
Jackson
Module for Thrift types. |
| ThriftListenableFuture<T> |
A
ListenableFuture that can be passed in as an AsyncMethodCallback
when making an asynchronous client-side Thrift RPC. |
| ThriftMessage |
A container of a Thrift message produced by Apache Thrift.
|
| ThriftProtocolFactories |
Provides a set of the known
TProtocolFactory instances. |
| ThriftReply |
A container of a Thrift reply or exception object (
TBase or TApplicationException) and
its header (TMessage). |
| ThriftSerializationFormats |
Thrift-related
SerializationFormat instances. |
| ThriftServiceEntry |
The information about a Thrift service served by
THttpService or ThriftCallService. |
| THttpClient |
A generic Thrift-over-HTTP client.
|
| THttpService |
An
HttpService that handles a Thrift call. |
| THttpServiceBuilder |
A fluent builder to build an instance of
THttpService. |
| TTextProtocol | Deprecated. |
| TTextProtocolFactory |
The
TProtocolFactory that creates a TTextProtocol. |