public static enum StreamWriter.SingleConnectionOrConnectionPool.Kind extends Enum<StreamWriter.SingleConnectionOrConnectionPool.Kind>
| Enum Constant and Description |
|---|
CONNECTION_WORKER |
CONNECTION_WORKER_POOL |
| Modifier and Type | Method and Description |
|---|---|
static StreamWriter.SingleConnectionOrConnectionPool.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamWriter.SingleConnectionOrConnectionPool.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamWriter.SingleConnectionOrConnectionPool.Kind CONNECTION_WORKER
public static final StreamWriter.SingleConnectionOrConnectionPool.Kind CONNECTION_WORKER_POOL
public static StreamWriter.SingleConnectionOrConnectionPool.Kind[] values()
for (StreamWriter.SingleConnectionOrConnectionPool.Kind c : StreamWriter.SingleConnectionOrConnectionPool.Kind.values()) System.out.println(c);
public static StreamWriter.SingleConnectionOrConnectionPool.Kind 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 nullCopyright © 2023 Google LLC. All rights reserved.