Class ThriftProtocolFactoryProvider
java.lang.Object
com.linecorp.armeria.common.thrift.ThriftProtocolFactoryProvider
SPI Provider for links from
SerializationFormat to TProtocolFactory.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classPair ofSerializationFormatandTProtocolFactory. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Set<ThriftProtocolFactoryProvider.Entry>entries()Returns the configuredThriftProtocolFactoryProvider.Entrys for this SPI provider.
-
Constructor Details
-
ThriftProtocolFactoryProvider
public ThriftProtocolFactoryProvider()
-
-
Method Details
-
entries
Returns the configuredThriftProtocolFactoryProvider.Entrys for this SPI provider.- Returns:
- an immutable set of configured entries
-