Class VertxHttpCallHandler
java.lang.Object
net.bluemind.core.rest.http.internal.VertxHttpCallHandler
- All Implemented Interfaces:
 IRestCallHandler
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidcall(RestRequest request, AsyncHandler<RestResponse> response) 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
- 
VertxHttpCallHandler
 
 - 
 - 
Method Details
- 
call
- Specified by:
 callin interfaceIRestCallHandler
 
 -