Uses of Interface
org.infinispan.rest.framework.RestRequest
Packages that use RestRequest
Package
Description
REST Server bootstrap and Netty bridge classes.
Authentication API for REST.
-
Uses of RestRequest in org.infinispan.rest
Classes in org.infinispan.rest that implement RestRequestMethods in org.infinispan.rest with parameters of type RestRequestModifier and TypeMethodDescriptionInvocationHelper.newResponse
(RestRequest request) InvocationHelper.newResponse
(RestRequest request, io.netty.handler.codec.http.HttpResponseStatus status) InvocationHelper.newResponse
(RestRequest request, io.netty.handler.codec.http.HttpResponseStatus status, Object entity) InvocationHelper.noContentResponse
(RestRequest request) InvocationHelper.notFoundResponse
(RestRequest request) -
Uses of RestRequest in org.infinispan.rest.authentication
Methods in org.infinispan.rest.authentication with parameters of type RestRequestModifier and TypeMethodDescriptionRestAuthenticator.challenge
(RestRequest request, io.netty.channel.ChannelHandlerContext ctx) Challenges specificRestRequest
for authentication. -
Uses of RestRequest in org.infinispan.rest.authentication.impl
Methods in org.infinispan.rest.authentication.impl with parameters of type RestRequestModifier and TypeMethodDescriptionBasicAuthenticator.challenge
(RestRequest request, io.netty.channel.ChannelHandlerContext ctx) ClientCertAuthenticator.challenge
(RestRequest request, io.netty.channel.ChannelHandlerContext ctx) -
Uses of RestRequest in org.infinispan.rest.framework
Methods in org.infinispan.rest.framework that return types with arguments of type RestRequestModifier and TypeMethodDescriptionInvocation.handler()
Return the function to execute the invocation.Methods in org.infinispan.rest.framework with parameters of type RestRequestModifier and TypeMethodDescriptionRestDispatcher.dispatch
(RestRequest restRequest) RestDispatcher.dispatch
(RestRequest restRequest, LookupResult lookupResult) RestDispatcher.lookupInvocation
(RestRequest restRequest) -
Uses of RestRequest in org.infinispan.rest.framework.impl
Methods in org.infinispan.rest.framework.impl that return RestRequestMethods in org.infinispan.rest.framework.impl that return types with arguments of type RestRequestMethods in org.infinispan.rest.framework.impl with parameters of type RestRequestModifier and TypeMethodDescriptionRestDispatcherImpl.dispatch
(RestRequest restRequest) RestDispatcherImpl.dispatch
(RestRequest restRequest, LookupResult lookupResult) RestDispatcherImpl.lookupInvocation
(RestRequest restRequest) Method parameters in org.infinispan.rest.framework.impl with type arguments of type RestRequestModifier and TypeMethodDescriptionInvocationImpl.Builder.handleWith
(Function<RestRequest, CompletionStage<RestResponse>> handler) -
Uses of RestRequest in org.infinispan.rest.resources
Methods in org.infinispan.rest.resources with parameters of type RestRequestModifier and TypeMethodDescriptionprotected CompletionStage
<CompleteKeyDistribution> BaseCacheResource.keyDistribution
(RestRequest request)