Uses of Class
org.infinispan.rest.InvocationHelper
Package
Description
REST Server bootstrap and Netty bridge classes.
-
Uses of InvocationHelper in org.infinispan.rest
-
Uses of InvocationHelper in org.infinispan.rest.resources
ModifierConstructorDescriptionBaseCacheResource
(InvocationHelper invocationHelper, RestTelemetryService telemetryService) CacheResourceV2
(InvocationHelper invocationHelper, RestTelemetryService telemetryService) ClusterResource
(InvocationHelper invocationHelper) ContainerResource
(InvocationHelper invocationHelper) CounterResource
(InvocationHelper invocationHelper) LoggingResource
(InvocationHelper invocationHelper) MetricsResource
(boolean auth, InvocationHelper invocationHelper) ProtobufResource
(InvocationHelper invocationHelper, RestTelemetryService telemetryService) RedirectResource
(InvocationHelper invocationHelper, String path, String redirectPath, boolean anonymous) SearchAdminResource
(InvocationHelper invocationHelper) SecurityResource
(InvocationHelper invocationHelper, String accessGrantedPath, String accessDeniedPath) ServerResource
(InvocationHelper invocationHelper) StaticContentResource
(InvocationHelper invocationHelper, Path dir, String urlPath) StaticContentResource
(InvocationHelper invocationHelper, Path dir, String urlPath, StaticContentResource.ResourceResolver resourceResolver) TasksResource
(InvocationHelper invocationHelper) XSiteResource
(InvocationHelper invocationHelper)