Uses of Class
org.apache.camel.component.thrift.ThriftExchangeProtocol
-
Packages that use ThriftExchangeProtocol Package Description org.apache.camel.component.thrift -
-
Uses of ThriftExchangeProtocol in org.apache.camel.component.thrift
Methods in org.apache.camel.component.thrift that return ThriftExchangeProtocol Modifier and Type Method Description ThriftExchangeProtocol
ThriftConfiguration. getExchangeProtocol()
Exchange protocol serialization typestatic ThriftExchangeProtocol
ThriftExchangeProtocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static ThriftExchangeProtocol[]
ThriftExchangeProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.thrift with parameters of type ThriftExchangeProtocol Modifier and Type Method Description static Object
ThriftUtils. constructAsyncClientInstance(String packageName, String serviceName, org.apache.thrift.transport.TNonblockingTransport transport, ThriftExchangeProtocol exchangeProtocol, org.apache.camel.CamelContext context)
static Object
ThriftUtils. constructClientInstance(String packageName, String serviceName, org.apache.thrift.transport.TTransport transport, ThriftExchangeProtocol exchangeProtocol, ThriftNegotiationType negotiationType, ThriftCompressionType compressionType, org.apache.camel.CamelContext context)
void
ThriftConfiguration. setExchangeProtocol(ThriftExchangeProtocol exchangeProtocol)
-