Uses of Interface
org.infinispan.rest.framework.RestRequest
Packages that use RestRequest
Package
Description
REST Server bootstrap and Netty bridge classes.
Authentication API for REST.
Cache manager wrapper for REST interface.
-
Uses of RestRequest in org.infinispan.rest
Classes in org.infinispan.rest that implement RestRequest -
Uses of RestRequest in org.infinispan.rest.authentication
Methods in org.infinispan.rest.authentication with parameters of type RestRequestModifier and TypeMethodDescriptionAuthenticator.challenge(RestRequest request, io.netty.channel.ChannelHandlerContext ctx) Challenges specificRestRequestfor authentication. -
Uses of RestRequest in org.infinispan.rest.authentication.impl
Methods in org.infinispan.rest.authentication.impl with parameters of type RestRequestModifier 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.cachemanager
Methods in org.infinispan.rest.cachemanager with parameters of type RestRequestModifier and TypeMethodDescriptionRestCacheManager.cacheDistribution(String cacheName, RestRequest request) RestCacheManager.getBackupOwners(String cacheName, Object key, RestRequest restRequest) RestCacheManager.getCache(String name, org.infinispan.commons.dataconversion.MediaType keyContentType, org.infinispan.commons.dataconversion.MediaType valueContentType, RestRequest request) RestCacheManager.getCache(String name, RestRequest restRequest) org.infinispan.manager.EmbeddedCacheManagerAdminRestCacheManager.getCacheManagerAdmin(RestRequest restRequest) CompletionStage<org.infinispan.container.entries.CacheEntry<Object,V>> RestCacheManager.getInternalEntry(String cacheName, Object key, org.infinispan.commons.dataconversion.MediaType keyContentType, org.infinispan.commons.dataconversion.MediaType mediaType, RestRequest request) RestCacheManager.getPrimaryOwner(String cacheName, Object key, RestRequest restRequest) org.infinispan.commons.dataconversion.MediaTypeRestCacheManager.getValueConfiguredFormat(String cacheName, RestRequest restRequest) RestCacheManager.remove(String cacheName, Object key, org.infinispan.commons.dataconversion.MediaType keyContentType, RestRequest restRequest) -
Uses of RestRequest in org.infinispan.rest.framework
Methods in org.infinispan.rest.framework that return types with arguments of type RestRequestModifier and TypeMethodDescriptionInvocation.handler()Return the function to execute the invocation.Methods in org.infinispan.rest.framework with parameters of type RestRequestModifier and TypeMethodDescriptionRestDispatcher.dispatch(RestRequest restRequest) RestDispatcher.dispatch(RestRequest restRequest, LookupResult lookupResult) RestDispatcher.lookupInvocation(RestRequest restRequest) -
Uses of RestRequest in org.infinispan.rest.framework.impl
Methods in org.infinispan.rest.framework.impl that return RestRequestMethods in org.infinispan.rest.framework.impl that return types with arguments of type RestRequestMethods in org.infinispan.rest.framework.impl with parameters of type RestRequestModifier and TypeMethodDescriptionRestDispatcherImpl.dispatch(RestRequest restRequest) RestDispatcherImpl.dispatch(RestRequest restRequest, LookupResult lookupResult) RestDispatcherImpl.lookupInvocation(RestRequest restRequest) Method parameters in org.infinispan.rest.framework.impl with type arguments of type RestRequestModifier and TypeMethodDescriptionInvocationImpl.Builder.handleWith(Function<RestRequest, CompletionStage<RestResponse>> handler) -
Uses of RestRequest in org.infinispan.rest.tracing
Methods in org.infinispan.rest.tracing with parameters of type RestRequestModifier and TypeMethodDescriptionio.opentelemetry.api.trace.SpanRestTelemetryService.requestStart(String operationName, RestRequest request)