| Class | Description |
|---|---|
| ThriftCall | |
| ThriftCompletableFuture<T> |
A
CompletableFuture that can be passed in as an AsyncMethodCallback
when making an asynchronous client-side Thrift RPC. |
| ThriftFutures |
Static factory methods pertaining to the
ThriftCompletableFuture and ThriftListenableFuture. |
| 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). |
| ThriftSerializationFormatProvider |
SerializationFormatProvider that provides the Thrift-related SerializationFormats. |
| ThriftSerializationFormats |
Thrift-related
SerializationFormat instances. |
© Copyright 2015–2017 LINE Corporation. All rights reserved.