Uses of Interface
org.infinispan.rest.framework.RestRequest
Package
Description
REST Server bootstrap and Netty bridge classes.
Authentication API for REST.
-
Uses of RestRequest in org.infinispan.rest
Modifier 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
Modifier and TypeMethodDescriptionAuthenticator.challenge
(RestRequest request, io.netty.channel.ChannelHandlerContext ctx) Challenges specificRestRequest
for authentication. -
Uses of RestRequest in org.infinispan.rest.authentication.impl
Modifier 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
Modifier and TypeMethodDescriptionInvocation.handler()
Return the function to execute the invocation.Modifier and TypeMethodDescriptionRestDispatcher.dispatch
(RestRequest restRequest) RestDispatcher.dispatch
(RestRequest restRequest, LookupResult lookupResult) RestDispatcher.lookupInvocation
(RestRequest restRequest) -
Uses of RestRequest in org.infinispan.rest.framework.impl
Modifier and TypeMethodDescriptionRestDispatcherImpl.dispatch
(RestRequest restRequest) RestDispatcherImpl.dispatch
(RestRequest restRequest, LookupResult lookupResult) RestDispatcherImpl.lookupInvocation
(RestRequest restRequest) Modifier and TypeMethodDescriptionInvocationImpl.Builder.handleWith
(Function<RestRequest, CompletionStage<RestResponse>> handler) -
Uses of RestRequest in org.infinispan.rest.tracing
Modifier and TypeMethodDescriptionio.opentelemetry.api.trace.Span
RestTelemetryService.requestStart
(String operationName, RestRequest request)