public static enum ListenerTimeout.Type extends Enum<ListenerTimeout.Type>
ListenerTimeout.type()| Enum Constant and Description |
|---|
GRPC |
HTTP |
HTTP2 |
TCP |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static ListenerTimeout.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListenerTimeout.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListenerTimeout.Type GRPC
public static final ListenerTimeout.Type HTTP
public static final ListenerTimeout.Type HTTP2
public static final ListenerTimeout.Type TCP
public static final ListenerTimeout.Type UNKNOWN_TO_SDK_VERSION
public static ListenerTimeout.Type[] values()
for (ListenerTimeout.Type c : ListenerTimeout.Type.values()) System.out.println(c);
public static ListenerTimeout.Type 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. All rights reserved.