Uses of Interface
org.infinispan.rest.framework.RestRequest
-
Packages that use RestRequest Package Description org.infinispan.rest REST Server bootstrap and Netty bridge classes.org.infinispan.rest.authentication Authentication API for REST.org.infinispan.rest.framework -
-
Uses of RestRequest in org.infinispan.rest
Classes in org.infinispan.rest that implement RestRequest Modifier and Type Class Description classNettyRestRequestARestRequestbacked by Netty. -
Uses of RestRequest in org.infinispan.rest.authentication
Methods in org.infinispan.rest.authentication with parameters of type RestRequest Modifier and Type Method Description java.util.concurrent.CompletionStage<RestResponse>Authenticator. challenge(RestRequest request, io.netty.channel.ChannelHandlerContext ctx)Challenges specificRestRequestfor authentication. -
Uses of RestRequest in org.infinispan.rest.framework
Methods in org.infinispan.rest.framework that return types with arguments of type RestRequest Modifier and Type Method Description java.util.function.Function<RestRequest,java.util.concurrent.CompletionStage<RestResponse>>Invocation. handler()Return the function to execute the invocation.Methods in org.infinispan.rest.framework with parameters of type RestRequest Modifier and Type Method Description java.util.concurrent.CompletionStage<RestResponse>RestDispatcher. dispatch(RestRequest restRequest)java.util.concurrent.CompletionStage<RestResponse>RestDispatcher. dispatch(RestRequest restRequest, LookupResult lookupResult)LookupResultRestDispatcher. lookupInvocation(RestRequest restRequest)
-