Class AsyncHttpCallHandler
java.lang.Object
net.bluemind.core.rest.http.internal.AsyncHttpCallHandler
- All Implemented Interfaces:
IRestCallHandler
-
Constructor Summary
ConstructorDescriptionAsyncHttpCallHandler
(org.asynchttpclient.AsyncHttpClient asyncHttpClient, org.asynchttpclient.uri.Uri baseUri) -
Method Summary
Modifier and TypeMethodDescriptionvoid
call
(RestRequest request, AsyncHandler<RestResponse> responseHandler) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.bluemind.core.rest.base.IRestCallHandler
name
-
Constructor Details
-
AsyncHttpCallHandler
public AsyncHttpCallHandler(org.asynchttpclient.AsyncHttpClient asyncHttpClient, org.asynchttpclient.uri.Uri baseUri)
-
-
Method Details
-
call
- Specified by:
call
in interfaceIRestCallHandler
-