Uses of Interface
org.infinispan.rest.framework.ResourceHandler
-
Packages that use ResourceHandler Package Description org.infinispan.rest.framework org.infinispan.rest.framework.impl org.infinispan.rest.resources -
-
Uses of ResourceHandler in org.infinispan.rest.framework
Methods in org.infinispan.rest.framework with parameters of type ResourceHandler Modifier and Type Method Description voidResourceManager. registerResource(String context, ResourceHandler handler) -
Uses of ResourceHandler in org.infinispan.rest.framework.impl
Methods in org.infinispan.rest.framework.impl with parameters of type ResourceHandler Modifier and Type Method Description voidResourceManagerImpl. registerResource(String context, ResourceHandler handler) -
Uses of ResourceHandler in org.infinispan.rest.resources
Classes in org.infinispan.rest.resources that implement ResourceHandler Modifier and Type Class Description classCacheResourceV2REST resource to manage the caches.classClusterResourceclassContainerResourceREST resource to manage the cache container.classCounterResourceHandler for the counter resource.classLoggingResourceLogging configuration resource.classMetricsResourceMicrometer metrics resource.classProtobufResourceProtobuf schema manipulation ResourceclassRedirectResourceREST resource to serve redirectsclassSearchAdminResourceclassSecurityResourceclassServerResourceclassStaticContentResourceREST resource to serve static content.classTasksResourceclassXSiteResourceHandles REST calls for cache and cache manager level X-Site operations
-