public class GrizzlyHttpClient extends Object implements HttpClient
PHASE_NAMEPHASE_NAME| Constructor and Description |
|---|
GrizzlyHttpClient(HttpClientConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
protected com.ning.http.client.ProxyServer |
buildProxy(ProxyConfig proxyConfig) |
protected com.ning.http.client.RequestBuilder |
createRequestBuilder(HttpRequest request) |
protected void |
doConfigureProxy(com.ning.http.client.AsyncHttpClientConfig.Builder builder,
ProxyConfig proxyConfig) |
protected ProxyConfig |
getProxyConfig() |
void |
initialise() |
protected void |
populateHeaders(HttpRequest request,
com.ning.http.client.RequestBuilder builder) |
HttpResponse |
send(HttpRequest request,
int responseTimeout,
boolean followRedirects,
HttpRequestAuthentication authentication)
Sends a HttpRequest blocking the current thread until a response is available for the request times out.
|
void |
send(HttpRequest request,
int responseTimeout,
boolean followRedirects,
HttpRequestAuthentication authentication,
CompletionHandler<HttpResponse,Exception> completionHandler,
WorkManager workManager)
Sends a HttpRequest without blocking the current thread.
|
void |
stop() |
public GrizzlyHttpClient(HttpClientConfiguration config)
public void initialise()
throws InitialisationException
initialise in interface InitialisableInitialisationExceptionprotected void doConfigureProxy(com.ning.http.client.AsyncHttpClientConfig.Builder builder,
ProxyConfig proxyConfig)
protected final com.ning.http.client.ProxyServer buildProxy(ProxyConfig proxyConfig)
public HttpResponse send(HttpRequest request, int responseTimeout, boolean followRedirects, HttpRequestAuthentication authentication) throws IOException, TimeoutException
HttpClientsend in interface HttpClientIOExceptionTimeoutExceptionpublic void send(HttpRequest request, int responseTimeout, boolean followRedirects, HttpRequestAuthentication authentication, CompletionHandler<HttpResponse,Exception> completionHandler, WorkManager workManager)
HttpClientsend in interface HttpClientprotected com.ning.http.client.RequestBuilder createRequestBuilder(HttpRequest request)
protected void populateHeaders(HttpRequest request, com.ning.http.client.RequestBuilder builder)
protected ProxyConfig getProxyConfig()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.