public static enum NettyHttpConduitFactory.UseAsyncPolicy extends Enum<NettyHttpConduitFactory.UseAsyncPolicy>
Enum Constant and Description |
---|
ALWAYS |
ASYNC_ONLY |
NEVER |
Modifier and Type | Method and Description |
---|---|
static NettyHttpConduitFactory.UseAsyncPolicy |
getPolicy(Object st) |
static NettyHttpConduitFactory.UseAsyncPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NettyHttpConduitFactory.UseAsyncPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NettyHttpConduitFactory.UseAsyncPolicy ALWAYS
public static final NettyHttpConduitFactory.UseAsyncPolicy ASYNC_ONLY
public static final NettyHttpConduitFactory.UseAsyncPolicy NEVER
public static NettyHttpConduitFactory.UseAsyncPolicy[] values()
for (NettyHttpConduitFactory.UseAsyncPolicy c : NettyHttpConduitFactory.UseAsyncPolicy.values()) System.out.println(c);
public static NettyHttpConduitFactory.UseAsyncPolicy 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 nullpublic static NettyHttpConduitFactory.UseAsyncPolicy getPolicy(Object st)
Apache CXF