@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:24.437Z") @Stability(value=Deprecated) @Deprecated public enum Protocol extends Enum<Protocol>
| Enum Constant and Description |
|---|
GRPC
Deprecated.
|
HTTP
Deprecated.
|
HTTP2
Deprecated.
|
TCP
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Deprecated) @Deprecated public static final Protocol HTTP
@Stability(value=Deprecated) @Deprecated public static final Protocol TCP
@Stability(value=Deprecated) @Deprecated public static final Protocol HTTP2
@Stability(value=Deprecated) @Deprecated public static final Protocol GRPC
public static Protocol[] values()
for (Protocol c : Protocol.values()) System.out.println(c);
public static Protocol 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 © 2022. All rights reserved.