Uses of Class
org.apache.camel.component.thrift.ThriftNegotiationType
-
Packages that use ThriftNegotiationType Package Description org.apache.camel.component.thrift -
-
Uses of ThriftNegotiationType in org.apache.camel.component.thrift
Methods in org.apache.camel.component.thrift that return ThriftNegotiationType Modifier and Type Method Description ThriftNegotiationType
ThriftConfiguration. getNegotiationType()
Security negotiation typestatic 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.Methods in org.apache.camel.component.thrift with parameters of type ThriftNegotiationType Modifier and Type Method 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)
-