Uses of Interface
org.infinispan.rest.framework.RestResponse
-
Packages that use RestResponse 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 RestResponse in org.infinispan.rest
Classes in org.infinispan.rest that implement RestResponse Modifier and Type Class Description classNettyRestResponseARestResponsebacked by Netty. -
Uses of RestResponse in org.infinispan.rest.authentication
Methods in org.infinispan.rest.authentication that return types with arguments of type RestResponse Modifier and Type Method Description java.util.concurrent.CompletionStage<RestResponse>Authenticator. challenge(RestRequest request, io.netty.channel.ChannelHandlerContext ctx)Challenges specificRestRequestfor authentication. -
Uses of RestResponse in org.infinispan.rest.framework
Methods in org.infinispan.rest.framework that return types with arguments of type RestResponse Modifier and Type Method Description java.util.concurrent.CompletionStage<RestResponse>RestDispatcher. dispatch(RestRequest restRequest)java.util.function.Function<RestRequest,java.util.concurrent.CompletionStage<RestResponse>>Invocation. handler()Return the function to execute the invocation.
-