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.authentication.impl org.infinispan.rest.framework org.infinispan.rest.framework.impl -
-
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 CompletionStage<RestResponse>Authenticator. challenge(RestRequest request, io.netty.channel.ChannelHandlerContext ctx)Challenges specificRestRequestfor authentication. -
Uses of RestResponse in org.infinispan.rest.authentication.impl
Methods in org.infinispan.rest.authentication.impl that return types with arguments of type RestResponse Modifier and Type Method Description CompletionStage<RestResponse>BasicAuthenticator. challenge(RestRequest request, io.netty.channel.ChannelHandlerContext ctx)CompletionStage<RestResponse>ClientCertAuthenticator. challenge(RestRequest request, io.netty.channel.ChannelHandlerContext ctx) -
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 CompletionStage<RestResponse>RestDispatcher. dispatch(RestRequest restRequest)CompletionStage<RestResponse>RestDispatcher. dispatch(RestRequest restRequest, LookupResult lookupResult)Function<RestRequest,CompletionStage<RestResponse>>Invocation. handler()Return the function to execute the invocation. -
Uses of RestResponse in org.infinispan.rest.framework.impl
Classes in org.infinispan.rest.framework.impl that implement RestResponse Modifier and Type Class Description classSimpleRestResponseMethods in org.infinispan.rest.framework.impl that return RestResponse Modifier and Type Method Description RestResponseRestResponseBuilder. build()Methods in org.infinispan.rest.framework.impl that return types with arguments of type RestResponse Modifier and Type Method Description CompletionStage<RestResponse>RestDispatcherImpl. dispatch(RestRequest restRequest)CompletionStage<RestResponse>RestDispatcherImpl. dispatch(RestRequest restRequest, LookupResult lookupResult)Function<RestRequest,CompletionStage<RestResponse>>InvocationImpl. handler()Method parameters in org.infinispan.rest.framework.impl with type arguments of type RestResponse Modifier and Type Method Description InvocationImpl.BuilderInvocationImpl.Builder. handleWith(Function<RestRequest,CompletionStage<RestResponse>> handler)
-