Uses of Interface
com.ning.http.client.Request
Packages that use Request
Package
Description
-
Uses of Request in com.ning.http.client
Methods in com.ning.http.client that return RequestModifier and TypeMethodDescriptionAsyncHttpClient.BoundRequestBuilder.build()RequestBuilder.build()RequestBuilderBase.build()Methods in com.ning.http.client with parameters of type RequestModifier and TypeMethodDescriptionvoidSignatureCalculator.calculateAndAddSignature(Request request, RequestBuilderBase<?> requestBuilder) Method called whenRequestBuilder.build()method is called.<T> ListenableFuture<T>AsyncHttpProvider.execute(Request request, AsyncHandler<T> handler) Execute the request and invoke theAsyncHandlerwhen the response arrive.AsyncHttpClient.executeRequest(Request request) Execute an HTTP request.<T> ListenableFuture<T>AsyncHttpClient.executeRequest(Request request, AsyncHandler<T> handler) Execute an HTTP request.AsyncHttpClient.prepareRequest(Request request) Construct aRequestBuilderusing aRequestprotected AsyncHttpClient.BoundRequestBuilderAsyncHttpClient.requestBuilder(Request prototype) Constructors in com.ning.http.client with parameters of type RequestModifierConstructorDescriptionRequestBuilder(Request prototype) RequestBuilder(Request prototype, UriEncoder uriEncoder) protectedRequestBuilderBase(Class<T> derived, Request prototype) protectedRequestBuilderBase(Class<T> derived, Request prototype, UriEncoder uriEncoder) -
Uses of Request in com.ning.http.client.filter
Methods in com.ning.http.client.filter that return RequestModifier and TypeMethodDescriptionFilterContext.FilterContextBuilder.getRequest()FilterContext.getRequest()Return the original or decoratedRequestMethods in com.ning.http.client.filter with parameters of type RequestModifier and TypeMethodDescription -
Uses of Request in com.ning.http.client.oauth
Methods in com.ning.http.client.oauth with parameters of type RequestModifier and TypeMethodDescriptionvoidOAuthSignatureCalculator.calculateAndAddSignature(Request request, RequestBuilderBase<?> requestBuilder) -
Uses of Request in com.ning.http.client.providers.grizzly
Methods in com.ning.http.client.providers.grizzly with parameters of type RequestModifier and TypeMethodDescription<T> ListenableFuture<T>GrizzlyAsyncHttpProvider.execute(Request request, AsyncHandler<T> asyncHandler) -
Uses of Request in com.ning.http.client.resumable
Methods in com.ning.http.client.resumable that return RequestModifier and TypeMethodDescriptionResumableAsyncHandler.adjustRequestRange(Request request) Invoke this API if you want to set the Range header on yourRequestbased on the last valid bytes position.Methods in com.ning.http.client.resumable with parameters of type RequestModifier and TypeMethodDescriptionResumableAsyncHandler.adjustRequestRange(Request request) Invoke this API if you want to set the Range header on yourRequestbased on the last valid bytes position. -
Uses of Request in com.ning.http.util
Methods in com.ning.http.util with parameters of type RequestModifier and TypeMethodDescriptionstatic booleanProxyUtils.avoidProxy(ProxyServer proxyServer, Request request) static booleanAsyncHttpProviderUtils.followRedirect(AsyncHttpClientConfig config, Request request) static ProxyServerProxyUtils.getProxyServer(AsyncHttpClientConfig config, Request request) static StringAuthenticatorUtils.perConnectionAuthorizationHeader(Request request, Uri uri, ProxyServer proxyServer, Realm realm) static StringAuthenticatorUtils.perConnectionProxyAuthorizationHeader(Request request, ProxyServer proxyServer, boolean connect) static StringAuthenticatorUtils.perRequestAuthorizationHeader(Request request, Uri uri, Realm realm) static StringAuthenticatorUtils.perRequestProxyAuthorizationHeader(Request request, Realm realm, ProxyServer proxyServer, boolean connect) static intAsyncHttpProviderUtils.requestTimeout(AsyncHttpClientConfig config, Request request)