Package | Description |
---|---|
org.eclipse.jetty.client |
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
org.eclipse.jetty.client.api |
Jetty Client : API Classes
|
org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.spdy.server.proxy |
Modifier and Type | Method and Description |
---|---|
Request |
HttpRequest.method(HttpMethod method) |
Modifier and Type | Method and Description |
---|---|
Request |
Request.method(HttpMethod method) |
Modifier and Type | Field and Description |
---|---|
static Trie<HttpMethod> |
HttpMethod.CACHE |
Modifier and Type | Method and Description |
---|---|
static HttpMethod |
HttpMethod.fromString(String method)
Converts the given String parameter to an HttpMethod
|
static HttpMethod |
HttpMethod.lookAheadGet(byte[] bytes,
int position,
int limit)
Optimised lookup to find a method name and trailing space in a byte array.
|
static HttpMethod |
HttpMethod.lookAheadGet(ByteBuffer buffer)
Optimised lookup to find a method name and trailing space in a byte array.
|
static HttpMethod |
HttpMethod.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HttpTester.Request.startRequest(HttpMethod method,
String methodString,
ByteBuffer uri,
HttpVersion version) |
boolean |
HttpParser.RequestHandler.startRequest(HttpMethod method,
String methodString,
ByteBuffer uri,
HttpVersion version)
This is the method called by parser when the HTTP request line is parsed
|
Modifier and Type | Method and Description |
---|---|
void |
Request.setMethod(HttpMethod httpMethod,
String method) |
boolean |
HttpChannel.startRequest(HttpMethod httpMethod,
String method,
ByteBuffer uri,
HttpVersion version) |
Modifier and Type | Method and Description |
---|---|
boolean |
ProxyHTTPSPDYConnection.startRequest(HttpMethod method,
String methodString,
ByteBuffer uri,
HttpVersion httpVersion) |
Copyright © 1995-2015 Webtide. All Rights Reserved.