Package | Description |
---|---|
org.apache.camel.component.thrift |
Modifier and Type | Method and Description |
---|---|
ThriftExchangeProtocol |
ThriftConfiguration.getExchangeProtocol()
Exchange protocol serialization type
|
static 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.
|
Modifier and Type | Method and 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) |
Apache Camel