Package | Description |
---|---|
org.apache.camel.component.thrift |
Modifier and Type | Method and Description |
---|---|
ThriftCompressionType |
ThriftConfiguration.getCompressionType()
Protocol compression mechanism type
|
static ThriftCompressionType |
ThriftCompressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThriftCompressionType[] |
ThriftCompressionType.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.constructClientInstance(String packageName,
String serviceName,
org.apache.thrift.transport.TTransport transport,
ThriftExchangeProtocol exchangeProtocol,
ThriftNegotiationType negotiationType,
ThriftCompressionType compressionType,
org.apache.camel.CamelContext context) |
void |
ThriftConfiguration.setCompressionType(ThriftCompressionType compressionType) |
Apache Camel