public interface AsyncClientInterface
http://hc.apache.org/httpcomponents-asyncclient-dev/httpasyncclient/apidocs/overview-summary.html| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.apache.http.client.methods.HttpGet httpGet,
FutureCallback<org.apache.http.HttpResponse> futureCallback) |
org.apache.http.client.HttpClient |
getBackend() |
org.apache.http.params.HttpParams |
getParams() |
void |
shutdown() |
void |
start() |
void start()
throws org.apache.http.nio.reactor.IOReactorException
org.apache.http.nio.reactor.IOReactorExceptionorg.apache.http.params.HttpParams getParams()
void execute(org.apache.http.client.methods.HttpGet httpGet,
FutureCallback<org.apache.http.HttpResponse> futureCallback)
void shutdown()
throws InterruptedException
InterruptedExceptionorg.apache.http.client.HttpClient getBackend()
Copyright © 2014. All rights reserved.