Package | Description |
---|---|
org.apache.camel.component.thrift |
Modifier and Type | Method and Description |
---|---|
ThriftNegotiationType |
ThriftConfiguration.getNegotiationType()
Security negotiation type
|
static ThriftNegotiationType |
ThriftNegotiationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThriftNegotiationType[] |
ThriftNegotiationType.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.setNegotiationType(ThriftNegotiationType negotiationType) |
Apache Camel