| Modifier and Type | Field and Description |
|---|---|
protected UriComponents |
HttpContent.uri |
| Modifier and Type | Method and Description |
|---|---|
UriComponents |
Response.getUri()
Return the request
UriComponents. |
UriComponents |
Realm.getUri() |
UriComponents |
Realm.RealmBuilder.getUri() |
UriComponents |
HttpContent.getUri()
Return the request
UriComponents |
UriComponents |
Request.getURI() |
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultConnectionPoolStrategy.getKey(UriComponents uri) |
String |
ConnectionPoolKeyStrategy.getKey(UriComponents uri) |
ProxyServer |
ProxyServerSelector.select(UriComponents uri)
Select a proxy server to use for the given URI.
|
Realm.RealmBuilder |
Realm.RealmBuilder.setUri(UriComponents uri) |
T |
RequestBuilderBase.setURI(UriComponents uri) |
| Constructor and Description |
|---|
HttpContent(UriComponents uri,
AsyncHttpProvider provider) |
HttpResponseBodyPart(UriComponents uri,
AsyncHttpProvider provider) |
HttpResponseHeaders(UriComponents uri,
AsyncHttpProvider provider) |
HttpResponseHeaders(UriComponents uri,
AsyncHttpProvider provider,
boolean traillingHeaders) |
HttpResponseStatus(UriComponents uri,
AsyncHttpProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
String |
OAuthSignatureCalculator.calculateSignature(String method,
UriComponents uri,
long oauthTimestamp,
String nonce,
List<Param> formParams,
List<Param> queryParams)
Method for calculating OAuth signature using HMAC/SHA-1 method.
|
| Modifier and Type | Method and Description |
|---|---|
UriComponents |
ApacheResponse.getUri() |
| Constructor and Description |
|---|
ApacheResponseBodyPart(UriComponents uri,
byte[] chunk,
AsyncHttpProvider provider,
boolean last) |
ApacheResponseHeaders(UriComponents uri,
org.apache.commons.httpclient.HttpMethodBase method,
AsyncHttpProvider provider) |
ApacheResponseStatus(UriComponents uri,
org.apache.commons.httpclient.HttpMethodBase method,
AsyncHttpProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
UriComponents |
GrizzlyResponse.getUri()
Return the request
UriComponents. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Utils.isSecure(UriComponents uri) |
| Constructor and Description |
|---|
GrizzlyResponseBodyPart(org.glassfish.grizzly.http.HttpContent content,
UriComponents uri,
org.glassfish.grizzly.Connection connection,
AsyncHttpProvider provider) |
GrizzlyResponseHeaders(org.glassfish.grizzly.http.HttpResponsePacket response,
UriComponents uri,
AsyncHttpProvider provider) |
GrizzlyResponseStatus(org.glassfish.grizzly.http.HttpResponsePacket response,
UriComponents uri,
AsyncHttpProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
UriComponents |
JDKResponse.getUri() |
| Constructor and Description |
|---|
ResponseBodyPart(UriComponents uri,
byte[] chunk,
AsyncHttpProvider provider,
boolean last) |
ResponseHeaders(UriComponents uri,
HttpURLConnection urlConnection,
AsyncHttpProvider provider) |
ResponseStatus(UriComponents uri,
HttpURLConnection urlConnection,
AsyncHttpProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
UriComponents |
NettyResponse.getUri() |
protected UriComponents |
NettyResponseFuture.getURI() |
| Modifier and Type | Method and Description |
|---|---|
protected static org.jboss.netty.handler.codec.http.HttpRequest |
NettyAsyncHttpProvider.buildRequest(AsyncHttpClientConfig config,
Request request,
UriComponents uri,
boolean allowConnect,
org.jboss.netty.buffer.ChannelBuffer buffer,
ProxyServer proxyServer) |
static <T> NettyResponseFuture<T> |
NettyAsyncHttpProvider.newFuture(UriComponents uri,
Request request,
AsyncHandler<T> asyncHandler,
org.jboss.netty.handler.codec.http.HttpRequest nettyRequest,
AsyncHttpClientConfig config,
ProxyServer proxyServer) |
protected void |
NettyResponseFuture.setURI(UriComponents uri) |
| Constructor and Description |
|---|
NettyResponseFuture(UriComponents uri,
Request request,
AsyncHandler<V> asyncHandler,
org.jboss.netty.handler.codec.http.HttpRequest nettyRequest,
int maxRetry,
ConnectionPoolKeyStrategy connectionPoolKeyStrategy,
ProxyServer proxyServer) |
ResponseBodyPart(UriComponents uri,
org.jboss.netty.handler.codec.http.HttpResponse response,
AsyncHttpProvider provider,
boolean last) |
ResponseBodyPart(UriComponents uri,
org.jboss.netty.handler.codec.http.HttpResponse response,
AsyncHttpProvider provider,
org.jboss.netty.handler.codec.http.HttpChunk chunk,
boolean last) |
ResponseHeaders(UriComponents uri,
org.jboss.netty.handler.codec.http.HttpResponse response,
AsyncHttpProvider provider) |
ResponseHeaders(UriComponents uri,
org.jboss.netty.handler.codec.http.HttpResponse response,
AsyncHttpProvider provider,
org.jboss.netty.handler.codec.http.HttpChunkTrailer traillingHeaders) |
ResponseStatus(UriComponents uri,
org.jboss.netty.handler.codec.http.HttpResponse response,
AsyncHttpProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleAHCTransferListener.onBytesReceived(UriComponents uri,
long amount,
long current,
long total)
This method is called when bytes of the responses body are received.
|
void |
SimpleAHCTransferListener.onBytesSent(UriComponents uri,
long amount,
long current,
long total)
This method is called when bytes are sent.
|
void |
SimpleAHCTransferListener.onCompleted(UriComponents uri,
int statusCode,
String statusText)
This method is called when the request is completed.
|
void |
SimpleAHCTransferListener.onHeaders(UriComponents uri,
HeaderMap headers)
This method is called after the response headers are received.
|
void |
SimpleAHCTransferListener.onStatus(UriComponents uri,
int statusCode,
String statusText)
This method is called after the connection status is received.
|
| Modifier and Type | Method and Description |
|---|---|
static UriComponents |
UriComponents.create(String originalUrl) |
static UriComponents |
UriComponents.create(UriComponents context,
String originalUrl) |
UriComponents |
UriComponents.withNewQuery(String newQuery) |
UriComponents |
UriComponents.withNewScheme(String newScheme) |
| Modifier and Type | Method and Description |
|---|---|
static UriComponents |
UriComponents.create(UriComponents context,
String originalUrl) |
| Modifier and Type | Method and Description |
|---|---|
UriComponents |
WebDavResponse.getUri() |
| Modifier and Type | Method and Description |
|---|---|
static String |
AsyncHttpProviderUtils.getAuthority(UriComponents uri) |
static String |
AsyncHttpProviderUtils.getBaseUrl(UriComponents uri) |
static int |
AsyncHttpProviderUtils.getDefaultPort(UriComponents uri) |
static String |
AsyncHttpProviderUtils.getNonEmptyPath(UriComponents uri)
Convenient for HTTP layer when targeting server root
|
static void |
AsyncHttpProviderUtils.validateSupportedScheme(UriComponents uri) |
Copyright © 2014. All Rights Reserved.