Uses of Interface
org.infinispan.rest.framework.RestRequest
-
Packages that use RestRequest 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.cachemanager Cache manager wrapper for REST interface.org.infinispan.rest.framework org.infinispan.rest.framework.impl org.infinispan.rest.tracing -
-
Uses of RestRequest in org.infinispan.rest
Classes in org.infinispan.rest that implement RestRequest Modifier and Type Class Description classNettyRestRequestARestRequestbacked by Netty. -
Uses of RestRequest in org.infinispan.rest.authentication
Methods in org.infinispan.rest.authentication with parameters of type RestRequest Modifier and Type Method Description CompletionStage<RestResponse>Authenticator. 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 RestRequest 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 RestRequest in org.infinispan.rest.cachemanager
Methods in org.infinispan.rest.cachemanager with parameters of type RestRequest Modifier and Type Method Description CompletionStage<Collection<CacheDistributionInfo>>RestCacheManager. cacheDistribution(String cacheName, RestRequest request)StringRestCacheManager. getBackupOwners(String cacheName, Object key, RestRequest restRequest)org.infinispan.AdvancedCache<Object,V>RestCacheManager. getCache(String name, org.infinispan.commons.dataconversion.MediaType keyContentType, org.infinispan.commons.dataconversion.MediaType valueContentType, RestRequest request)org.infinispan.AdvancedCache<Object,V>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)StringRestCacheManager. getPrimaryOwner(String cacheName, Object key, RestRequest restRequest)org.infinispan.commons.dataconversion.MediaTypeRestCacheManager. getValueConfiguredFormat(String cacheName, RestRequest restRequest)CompletionStage<V>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 RestRequest Modifier and Type Method Description Function<RestRequest,CompletionStage<RestResponse>>Invocation. handler()Return the function to execute the invocation.Methods in org.infinispan.rest.framework with parameters of type RestRequest Modifier and Type Method Description CompletionStage<RestResponse>RestDispatcher. dispatch(RestRequest restRequest)CompletionStage<RestResponse>RestDispatcher. dispatch(RestRequest restRequest, LookupResult lookupResult)LookupResultRestDispatcher. lookupInvocation(RestRequest restRequest) -
Uses of RestRequest in org.infinispan.rest.framework.impl
Methods in org.infinispan.rest.framework.impl that return RestRequest Modifier and Type Method Description RestRequestRestRequestBuilder. build()Methods in org.infinispan.rest.framework.impl that return types with arguments of type RestRequest Modifier and Type Method Description Function<RestRequest,CompletionStage<RestResponse>>InvocationImpl. handler()Methods in org.infinispan.rest.framework.impl with parameters of type RestRequest Modifier and Type Method Description CompletionStage<RestResponse>RestDispatcherImpl. dispatch(RestRequest restRequest)CompletionStage<RestResponse>RestDispatcherImpl. dispatch(RestRequest restRequest, LookupResult lookupResult)LookupResultRestDispatcherImpl. lookupInvocation(RestRequest restRequest)Method parameters in org.infinispan.rest.framework.impl with type arguments of type RestRequest Modifier and Type Method Description InvocationImpl.BuilderInvocationImpl.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 RestRequest Modifier and Type Method Description io.opentelemetry.api.trace.SpanRestTelemetryService. requestStart(String operationName, RestRequest request)
-