Uses of Enum Class
org.restheart.plugins.InterceptPoint
Packages that use InterceptPoint
-
Uses of InterceptPoint in org.restheart.plugins
Methods in org.restheart.plugins that return InterceptPointModifier and TypeMethodDescriptionstatic InterceptPointReturns the enum constant of this class with the specified name.static InterceptPoint[]InterceptPoint.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.restheart.plugins with parameters of type InterceptPointModifier and TypeMethodDescriptionList<Interceptor<?, ?>> PluginsRegistry.getProxyInterceptors(InterceptPoint interceptPoint) List<Interceptor<?, ?>> PluginsRegistry.getServiceInterceptors(Service<?, ?> srv, InterceptPoint interceptPoint) -
Uses of InterceptPoint in org.restheart.utils
Methods in org.restheart.utils that return InterceptPointModifier and TypeMethodDescriptionstatic InterceptPoint[]PluginUtils.dontIntercept(PluginsRegistry registry, io.undertow.server.HttpServerExchange exchange) static InterceptPoint[]PluginUtils.dontIntercept(Service service) static InterceptPointPluginUtils.interceptPoint(Interceptor interceptor)