@NonNullByDefault
Package com.linecorp.armeria.common.thrift
Thrift-related common classes.
-
Class Summary Class Description AsyncMethodCallbacks A utility class that bridges the gap betweenCompletionStageandAsyncMethodCallback.ThriftCall ThriftFuture<T> ACompletableFuturethat can be passed in as anAsyncMethodCallbackwhen making an asynchronous client-side Thrift RPC.ThriftJacksonModule JacksonModulefor Thrift types.ThriftListenableFuture<T> AListenableFuturethat can be passed in as anAsyncMethodCallbackwhen making an asynchronous client-side Thrift RPC.ThriftMessage A container of a Thrift message produced by Apache Thrift.ThriftProtocolFactories Provides a set of well-knownTProtocolFactorys.ThriftProtocolFactoryProvider SPI Provider for links fromSerializationFormattoTProtocolFactory.ThriftProtocolFactoryProvider.Entry Pair ofSerializationFormatandTProtocolFactory.ThriftReply A container of a Thrift reply or exception object (TBaseorTApplicationException) and its header (TMessage).ThriftSerializationFormats Provides Thrift-relatedSerializationFormatinstances and theirTProtocolFactorys.