Class AsyncHttpCallHandler
java.lang.Object
net.bluemind.core.rest.http.internal.AsyncHttpCallHandler
- All Implemented Interfaces:
 IRestCallHandler
- 
Constructor Summary
ConstructorsConstructorDescriptionAsyncHttpCallHandler(org.asynchttpclient.AsyncHttpClient asyncHttpClient, org.asynchttpclient.uri.Uri baseUri)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidcall(RestRequest request, AsyncHandler<RestResponse> responseHandler) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
 callin interfaceIRestCallHandler
 
 -