Uses of Enum Class
org.apache.camel.component.thrift.ThriftNegotiationType
Packages that use ThriftNegotiationType
-
Uses of ThriftNegotiationType in org.apache.camel.component.thrift
Methods in org.apache.camel.component.thrift that return ThriftNegotiationTypeModifier and TypeMethodDescriptionThriftConfiguration.getNegotiationType()Security negotiation typestatic ThriftNegotiationTypeReturns the enum constant of this class with the specified name.static ThriftNegotiationType[]ThriftNegotiationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.thrift with parameters of type ThriftNegotiationTypeModifier and TypeMethodDescriptionstatic ObjectThriftUtils.constructClientInstance(String packageName, String serviceName, org.apache.thrift.transport.TTransport transport, ThriftExchangeProtocol exchangeProtocol, ThriftNegotiationType negotiationType, ThriftCompressionType compressionType, org.apache.camel.CamelContext context) voidThriftConfiguration.setNegotiationType(ThriftNegotiationType negotiationType)