@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:25.711Z") @Stability(value=Experimental) public enum HttpRouteProtocol extends Enum<HttpRouteProtocol>
| Enum Constant and Description |
|---|
HTTP
(experimental) Match HTTP requests.
|
HTTPS
(experimental) Match HTTPS requests.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpRouteProtocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpRouteProtocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final HttpRouteProtocol HTTP
@Stability(value=Experimental) public static final HttpRouteProtocol HTTPS
public static HttpRouteProtocol[] values()
for (HttpRouteProtocol c : HttpRouteProtocol.values()) System.out.println(c);
public static HttpRouteProtocol 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 © 2021. All rights reserved.