| Package | Description |
|---|---|
| org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
| Modifier and Type | Field | Description |
|---|---|---|
static Trie<HttpMethod> |
HttpMethod.CACHE |
|
static Trie<HttpMethod> |
HttpMethod.INSENSITIVE_CACHE |
| Modifier and Type | Method | Description |
|---|---|---|
static HttpMethod |
HttpMethod.fromString(java.lang.String method) |
Converts the given String parameter to an HttpMethod
|
static HttpMethod |
HttpMethod.lookAheadGet(byte[] bytes,
int position,
int limit) |
Optimized lookup to find a method name and trailing space in a byte array.
|
static HttpMethod |
HttpMethod.lookAheadGet(java.nio.ByteBuffer buffer) |
Optimized lookup to find a method name and trailing space in a byte array.
|
static HttpMethod |
HttpMethod.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 1995–2018 Webtide. All rights reserved.