public static enum AtmosphereWebsocketEndpointBuilderFactory.HttpMethods extends Enum<AtmosphereWebsocketEndpointBuilderFactory.HttpMethods>
org.apache.camel.http.common.HttpMethods
enum.| Enum Constant and Description |
|---|
DELETE |
GET |
HEAD |
OPTIONS |
PATCH |
POST |
PUT |
TRACE |
| Modifier and Type | Method and Description |
|---|---|
static AtmosphereWebsocketEndpointBuilderFactory.HttpMethods |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtmosphereWebsocketEndpointBuilderFactory.HttpMethods[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtmosphereWebsocketEndpointBuilderFactory.HttpMethods GET
public static final AtmosphereWebsocketEndpointBuilderFactory.HttpMethods POST
public static final AtmosphereWebsocketEndpointBuilderFactory.HttpMethods PUT
public static final AtmosphereWebsocketEndpointBuilderFactory.HttpMethods DELETE
public static final AtmosphereWebsocketEndpointBuilderFactory.HttpMethods HEAD
public static final AtmosphereWebsocketEndpointBuilderFactory.HttpMethods OPTIONS
public static final AtmosphereWebsocketEndpointBuilderFactory.HttpMethods TRACE
public static final AtmosphereWebsocketEndpointBuilderFactory.HttpMethods PATCH
public static AtmosphereWebsocketEndpointBuilderFactory.HttpMethods[] values()
for (AtmosphereWebsocketEndpointBuilderFactory.HttpMethods c : AtmosphereWebsocketEndpointBuilderFactory.HttpMethods.values()) System.out.println(c);
public static AtmosphereWebsocketEndpointBuilderFactory.HttpMethods 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 nullApache Camel