Uses of Interface
org.infinispan.rest.framework.RestResponse
Packages that use RestResponse
Package
Description
REST Server bootstrap and Netty bridge classes.
Authentication API for REST.
-
Uses of RestResponse in org.infinispan.rest
Classes in org.infinispan.rest that implement RestResponse -
Uses of RestResponse in org.infinispan.rest.authentication
Methods in org.infinispan.rest.authentication that return types with arguments of type RestResponseModifier and TypeMethodDescriptionAuthenticator.challenge
(RestRequest request, io.netty.channel.ChannelHandlerContext ctx) Challenges specificRestRequest
for authentication. -
Uses of RestResponse in org.infinispan.rest.authentication.impl
Methods in org.infinispan.rest.authentication.impl that return types with arguments of type RestResponseModifier and TypeMethodDescriptionBasicAuthenticator.challenge
(RestRequest request, io.netty.channel.ChannelHandlerContext ctx) 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 RestResponseModifier and TypeMethodDescriptionRestDispatcher.dispatch
(RestRequest restRequest) RestDispatcher.dispatch
(RestRequest restRequest, LookupResult lookupResult) Invocation.handler()
Return the function to execute the invocation.default CompletionStage<RestResponse>
RestResponse.toFuture()
-
Uses of RestResponse in org.infinispan.rest.framework.impl
Classes in org.infinispan.rest.framework.impl that implement RestResponseMethods in org.infinispan.rest.framework.impl that return RestResponseMethods in org.infinispan.rest.framework.impl that return types with arguments of type RestResponseModifier and TypeMethodDescriptiondefault CompletionStage<RestResponse>
RestResponseBuilder.buildFuture()
RestDispatcherImpl.dispatch
(RestRequest restRequest) RestDispatcherImpl.dispatch
(RestRequest restRequest, LookupResult lookupResult) InvocationImpl.handler()
Method parameters in org.infinispan.rest.framework.impl with type arguments of type RestResponseModifier and TypeMethodDescriptionInvocationImpl.Builder.handleWith
(Function<RestRequest, CompletionStage<RestResponse>> handler)