Uses of Class
org.infinispan.rest.InvocationHelper
Packages that use InvocationHelper
Package
Description
REST Server bootstrap and Netty bridge classes.
-
Uses of InvocationHelper in org.infinispan.rest
Methods in org.infinispan.rest that return InvocationHelper -
Uses of InvocationHelper in org.infinispan.rest.resources
Constructors in org.infinispan.rest.resources with parameters of type InvocationHelperModifierConstructorDescriptionBaseCacheResource
(InvocationHelper invocationHelper, InfinispanTelemetry telemetryService) CacheResourceV2
(InvocationHelper invocationHelper, InfinispanTelemetry telemetryService) ClusterResource
(InvocationHelper invocationHelper) ContainerResource
(InvocationHelper invocationHelper) CounterResource
(InvocationHelper invocationHelper) LoggingResource
(InvocationHelper invocationHelper) MetricsResource
(boolean auth, InvocationHelper invocationHelper) ProtobufResource
(InvocationHelper invocationHelper, InfinispanTelemetry 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)