Uses of Interface
net.bluemind.core.rest.base.IRestCallHandler
Packages that use IRestCallHandler
Package
Description
-
Uses of IRestCallHandler in net.bluemind.core.rest.base
Classes in net.bluemind.core.rest.base that implement IRestCallHandlerModifier and TypeClassDescriptionclass
static final class
class
Methods in net.bluemind.core.rest.base with parameters of type IRestCallHandlerModifier and TypeMethodDescriptionClientProxyGenerator.client
(String origin, List<String> remoteIps, IRestCallHandler callHandler, io.vertx.core.MultiMap defaultHeaders, String... params) void
ClientProxyGenerator.EventMethodInvoker.invoke
(String origin, List<String> remoteAddresses, IRestCallHandler callHandler, io.vertx.core.MultiMap defaultHeaders, String[] instanceParams, Object[] args, AsyncHandler<Object> responseHandler) ClientProxyGenerator.syncClient
(String origin, List<String> remoteIps, IRestCallHandler callHandler, io.vertx.core.MultiMap defaultHeaders, String... params) Constructors in net.bluemind.core.rest.base with parameters of type IRestCallHandlerModifierConstructorDescriptionBasicClientProxy
(IRestCallHandler callHander, Class<S> api, Class<T> asyncApi) TreePathLeaf
(IRestCallHandler handler) -
Uses of IRestCallHandler in net.bluemind.core.rest.http.internal
Classes in net.bluemind.core.rest.http.internal that implement IRestCallHandlerModifier and TypeClassDescriptionclass
static class
class
class
-
Uses of IRestCallHandler in net.bluemind.core.rest.vertx
Classes in net.bluemind.core.rest.vertx that implement IRestCallHandler