public static enum ThriftEndpointBuilderFactory.ThriftNegotiationType extends Enum<ThriftEndpointBuilderFactory.ThriftNegotiationType>
org.apache.camel.component.thrift.ThriftNegotiationType
enum.| Modifier and Type | Method and Description |
|---|---|
static ThriftEndpointBuilderFactory.ThriftNegotiationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThriftEndpointBuilderFactory.ThriftNegotiationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThriftEndpointBuilderFactory.ThriftNegotiationType PLAINTEXT
public static final ThriftEndpointBuilderFactory.ThriftNegotiationType SSL
public static final ThriftEndpointBuilderFactory.ThriftNegotiationType SASL
public static ThriftEndpointBuilderFactory.ThriftNegotiationType[] values()
for (ThriftEndpointBuilderFactory.ThriftNegotiationType c : ThriftEndpointBuilderFactory.ThriftNegotiationType.values()) System.out.println(c);
public static ThriftEndpointBuilderFactory.ThriftNegotiationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullApache Camel