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.client.util |
Jetty Client : Utility Classes
|
org.eclipse.jetty.spdy.api | |
org.eclipse.jetty.spdy.frames | |
org.eclipse.jetty.spdy.generator | |
org.eclipse.jetty.spdy.server.http | |
org.eclipse.jetty.spdy.server.proxy | |
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
Modifier and Type | Method and Description |
---|---|
Fields |
HttpRequest.getParams() |
Modifier and Type | Method and Description |
---|---|
ContentResponse |
HttpClient.FORM(String uri,
Fields fields)
Performs a POST request to the specified URI with the given form parameters.
|
ContentResponse |
HttpClient.FORM(URI uri,
Fields fields)
Performs a POST request to the specified URI with the given form parameters.
|
Modifier and Type | Method and Description |
---|---|
Fields |
Request.getParams() |
Modifier and Type | Method and Description |
---|---|
static String |
FormContentProvider.convert(Fields fields) |
static String |
FormContentProvider.convert(Fields fields,
Charset charset) |
Constructor and Description |
---|
FormContentProvider(Fields fields) |
FormContentProvider(Fields fields,
Charset charset) |
Modifier and Type | Method and Description |
---|---|
Fields |
SynInfo.getHeaders() |
Fields |
ReplyInfo.getHeaders() |
Fields |
PushInfo.getHeaders() |
Fields |
HeadersInfo.getHeaders() |
Constructor and Description |
---|
HeadersInfo(Fields headers,
boolean close)
Creates a new
HeadersInfo instance with the given headers, the given close flag and no reset
compression flag |
HeadersInfo(Fields headers,
boolean close,
boolean resetCompression)
Creates a new
HeadersInfo instance with the given headers, the given close flag and the given reset
compression flag |
HeadersInfo(long timeout,
TimeUnit unit,
boolean close,
boolean resetCompression,
Fields headers)
Creates a new
HeadersInfo instance with the given headers, the given close flag and the given reset
compression flag |
PushInfo(Fields headers,
boolean close)
Creates a
PushInfo instance with the given headers and the given close flag,
not unidirectional, without associated stream, and with default priority. |
PushInfo(long timeout,
TimeUnit unit,
Fields headers,
boolean close)
Creates a
PushInfo instance with the given headers, the given close flag and with the given priority. |
ReplyInfo(Fields headers,
boolean close)
Creates a
ReplyInfo instance with the given headers and the given close flag. |
ReplyInfo(long timeout,
TimeUnit unit,
Fields headers,
boolean close)
Creates a
ReplyInfo instance with the given headers and the given close flag. |
SynInfo(Fields headers,
boolean close)
Creates a
SynInfo instance with the given headers and the given close flag,
not unidirectional, without associated stream, and with default priority. |
SynInfo(Fields headers,
boolean close,
byte priority)
Creates a
SynInfo instance with the given headers, the given close flag and with the given priority. |
SynInfo(long timeout,
TimeUnit unit,
Fields headers,
boolean close,
byte priority)
Creates a
SynInfo instance with the given headers, the given close flag and with the given priority. |
Modifier and Type | Method and Description |
---|---|
Fields |
SynStreamFrame.getHeaders() |
Fields |
SynReplyFrame.getHeaders() |
Fields |
HeadersFrame.getHeaders() |
Constructor and Description |
---|
HeadersFrame(short version,
byte flags,
int streamId,
Fields headers) |
SynReplyFrame(short version,
byte flags,
int streamId,
Fields headers) |
SynStreamFrame(short version,
byte flags,
int streamId,
int associatedStreamId,
byte priority,
short slot,
Fields headers) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
HeadersBlockGenerator.generate(short version,
Fields headers) |
Modifier and Type | Method and Description |
---|---|
protected Fields |
HttpTransportOverSPDY.getRequestHeaders() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
ReferrerPushStrategy.apply(Stream stream,
Fields requestHeaders,
Fields responseHeaders) |
Set<String> |
PushStrategy.apply(Stream stream,
Fields requestHeaders,
Fields responseHeaders)
Applies the SPDY push logic for the primary resource.
|
Set<String> |
PushStrategy.None.apply(Stream stream,
Fields requestHeaders,
Fields responseHeaders) |
boolean |
ReferrerPushStrategy.isUserAgentBlacklisted(Fields headers) |
void |
HttpChannelOverSPDY.requestHeaders(Fields headers,
boolean endRequest) |
void |
HttpChannelOverSPDY.requestStart(Fields headers,
boolean endRequest) |
Constructor and Description |
---|
HttpTransportOverSPDY(Connector connector,
HttpConfiguration configuration,
EndPoint endPoint,
PushStrategy pushStrategy,
Stream stream,
Fields requestHeaders) |
Modifier and Type | Method and Description |
---|---|
protected void |
ProxyEngine.addRequestProxyHeaders(Stream stream,
Fields headers) |
protected void |
ProxyEngine.addResponseProxyHeaders(Stream stream,
Fields headers) |
protected void |
ProxyEngine.customizeRequestHeaders(Stream stream,
Fields headers) |
protected void |
ProxyEngine.customizeResponseHeaders(Stream stream,
Fields headers) |
protected void |
ProxyEngine.removeHopHeaders(Fields headers) |
Constructor and Description |
---|
Fields(Fields original,
boolean immutable)
|
Copyright © 1995-2015 Webtide. All Rights Reserved.