| Modifier and Type | Method and Description |
|---|---|
UriComponents |
ResponseBase.getUri() |
UriComponents |
Response.getUri()
Return the request
UriComponents. |
UriComponents |
Realm.getUri() |
UriComponents |
Realm.RealmBuilder.getUri() |
UriComponents |
HttpResponseStatus.getUri()
Return the request
UriComponents |
UriComponents |
Request.getURI() |
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultConnectionPoolStrategy.getKey(UriComponents uri,
ProxyServer proxyServer) |
String |
ConnectionPoolKeyStrategy.getKey(UriComponents uri,
ProxyServer proxyServer) |
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 |
|---|
HttpResponseStatus(UriComponents uri,
AsyncHttpClientConfig config) |
| 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.
|
| Constructor and Description |
|---|
ApacheResponseStatus(UriComponents uri,
AsyncHttpClientConfig config,
org.apache.commons.httpclient.HttpMethodBase method) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Utils.isSecure(UriComponents uri) |
| Constructor and Description |
|---|
GrizzlyResponseStatus(org.glassfish.grizzly.http.HttpResponsePacket response,
UriComponents uri,
AsyncHttpClientConfig config) |
| Constructor and Description |
|---|
ResponseHeaders(UriComponents uri,
HttpURLConnection urlConnection,
AsyncHttpProvider provider) |
ResponseStatus(UriComponents uri,
AsyncHttpClientConfig config,
HttpURLConnection urlConnection) |
| Modifier and Type | Method and Description |
|---|---|
UriComponents |
NettyResponseFuture.getURI() |
| Modifier and Type | Method and Description |
|---|---|
void |
NettyResponseFuture.setURI(UriComponents uri) |
| Constructor and Description |
|---|
NettyResponseFuture(UriComponents uri,
Request request,
AsyncHandler<V> asyncHandler,
NettyRequest nettyRequest,
int maxRetry,
ConnectionPoolKeyStrategy connectionPoolKeyStrategy,
ProxyServer proxyServer) |
| Modifier and Type | Method and Description |
|---|---|
NettyRequest |
NettyRequestFactory.newNettyRequest(Request request,
UriComponents uri,
boolean forceConnect,
ProxyServer proxyServer) |
org.jboss.netty.channel.Channel |
NettyRequestSender.pollAndVerifyCachedChannel(UriComponents uri,
ProxyServer proxy,
ConnectionPoolKeyStrategy connectionPoolKeyStrategy,
AsyncHandler<?> asyncHandler) |
| Constructor and Description |
|---|
NettyResponseStatus(UriComponents uri,
AsyncHttpClientConfig config,
org.jboss.netty.handler.codec.http.HttpResponse response) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
HttpUtils.isSecure(UriComponents uri) |
static boolean |
HttpUtils.useProxyConnect(UriComponents uri) |
| 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.