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, 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)
LookupResult
lookupInvocation(RestRequest restRequest)
-
-
-
Constructor Detail
-
RestDispatcherImpl
public RestDispatcherImpl(ResourceManager manager, Authorizer authorizer)
-
-
Method Detail
-
lookupInvocation
public LookupResult lookupInvocation(RestRequest restRequest)
- Specified by:
lookupInvocation
in interfaceRestDispatcher
-
dispatch
public CompletionStage<RestResponse> dispatch(RestRequest restRequest)
- Specified by:
dispatch
in interfaceRestDispatcher
-
dispatch
public CompletionStage<RestResponse> dispatch(RestRequest restRequest, LookupResult lookupResult)
- Specified by:
dispatch
in interfaceRestDispatcher
-
-