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
|
Modifier and Type | Method and Description |
---|---|
protected HttpHeader |
WWWAuthenticationProtocolHandler.getAuthenticateHeader() |
protected HttpHeader |
ProxyAuthenticationProtocolHandler.getAuthenticateHeader() |
protected abstract HttpHeader |
AuthenticationProtocolHandler.getAuthenticateHeader() |
protected HttpHeader |
WWWAuthenticationProtocolHandler.getAuthorizationHeader() |
protected HttpHeader |
ProxyAuthenticationProtocolHandler.getAuthorizationHeader() |
protected abstract HttpHeader |
AuthenticationProtocolHandler.getAuthorizationHeader() |
Modifier and Type | Method and Description |
---|---|
Request |
HttpRequest.header(HttpHeader header,
String value) |
Modifier and Type | Method and Description |
---|---|
HttpHeader |
Authentication.HeaderInfo.getHeader() |
Modifier and Type | Method and Description |
---|---|
Request |
Request.header(HttpHeader header,
String value)
Adds the given
value to the specified header . |
Constructor and Description |
---|
Authentication.HeaderInfo(String type,
String realm,
String params,
HttpHeader header) |
Modifier and Type | Field and Description |
---|---|
static Trie<HttpHeader> |
HttpHeader.CACHE |
Modifier and Type | Method and Description |
---|---|
HttpHeader |
HttpField.getHeader() |
static HttpHeader |
HttpHeader.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpHeader[] |
HttpHeader.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpFields.add(HttpHeader header,
HttpHeaderValue value) |
void |
HttpFields.add(HttpHeader header,
String value)
Add to or set a field.
|
boolean |
HttpFields.contains(HttpHeader header) |
boolean |
HttpFields.contains(HttpHeader header,
String value) |
String |
HttpFields.get(HttpHeader header) |
HttpField |
HttpFields.getField(HttpHeader header) |
String |
HttpFields.getStringField(HttpHeader header) |
static boolean |
HttpHeaderValue.hasKnownValues(HttpHeader header) |
void |
HttpFields.put(HttpHeader header,
HttpHeaderValue value) |
void |
HttpFields.put(HttpHeader header,
String value)
Set a field.
|
void |
HttpFields.putDateField(HttpHeader name,
long date)
Sets the value of a date field.
|
void |
HttpFields.putLongField(HttpHeader name,
long value)
Sets the value of an long field.
|
HttpField |
HttpFields.remove(HttpHeader name)
Remove a field.
|
Constructor and Description |
---|
HttpField(HttpHeader header,
HttpHeaderValue value) |
HttpField(HttpHeader header,
String value) |
HttpField(HttpHeader header,
String name,
String value) |
HttpGenerator.CachedHttpField(HttpHeader header,
String value) |
Modifier and Type | Method and Description |
---|---|
void |
Response.setHeader(HttpHeader name,
String value) |
Copyright © 1995-2015 Webtide. All Rights Reserved.