Uses of Enum Class
org.apache.camel.component.thrift.ThriftExchangeProtocol
Packages that use ThriftExchangeProtocol
-
Uses of ThriftExchangeProtocol in org.apache.camel.component.thrift
Methods in org.apache.camel.component.thrift that return ThriftExchangeProtocolModifier and TypeMethodDescriptionThriftConfiguration.getExchangeProtocol()Exchange protocol serialization typestatic ThriftExchangeProtocolReturns the enum constant of this class with the specified name.static ThriftExchangeProtocol[]ThriftExchangeProtocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.thrift with parameters of type ThriftExchangeProtocolModifier and TypeMethodDescriptionstatic ObjectThriftUtils.constructAsyncClientInstance(String packageName, String serviceName, org.apache.thrift.transport.TNonblockingTransport transport, ThriftExchangeProtocol exchangeProtocol, org.apache.camel.CamelContext context) static ObjectThriftUtils.constructClientInstance(String packageName, String serviceName, org.apache.thrift.transport.TTransport transport, ThriftExchangeProtocol exchangeProtocol, ThriftNegotiationType negotiationType, ThriftCompressionType compressionType, org.apache.camel.CamelContext context) voidThriftConfiguration.setExchangeProtocol(ThriftExchangeProtocol exchangeProtocol)