Class RestDispatcherImpl
- java.lang.Object
-
- org.infinispan.rest.framework.impl.RestDispatcherImpl
-
- All Implemented Interfaces:
RestDispatcher
public class RestDispatcherImpl extends Object implements RestDispatcher
- Since:
- 10.0
-
-
Constructor Summary
Constructors Constructor Description RestDispatcherImpl(ResourceManager manager, org.infinispan.security.impl.Authorizer authorizer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<RestResponse>dispatch(RestRequest restRequest)CompletionStage<RestResponse>dispatch(RestRequest restRequest, LookupResult lookupResult)LookupResultlookupInvocation(RestRequest restRequest)
-
-
-
Constructor Detail
-
RestDispatcherImpl
public RestDispatcherImpl(ResourceManager manager, org.infinispan.security.impl.Authorizer authorizer)
-
-
Method Detail
-
lookupInvocation
public LookupResult lookupInvocation(RestRequest restRequest)
- Specified by:
lookupInvocationin interfaceRestDispatcher
-
dispatch
public CompletionStage<RestResponse> dispatch(RestRequest restRequest)
- Specified by:
dispatchin interfaceRestDispatcher
-
dispatch
public CompletionStage<RestResponse> dispatch(RestRequest restRequest, LookupResult lookupResult)
- Specified by:
dispatchin interfaceRestDispatcher
-
-