Uses of Class
org.restheart.plugins.InterceptPoint
-
Packages that use InterceptPoint Package Description org.restheart.plugins org.restheart.utils Utility classes -
-
Uses of InterceptPoint in org.restheart.plugins
Methods in org.restheart.plugins that return InterceptPoint Modifier and Type Method Description InterceptPoint[]dontIntercept()Set to true to avoid interceptors to be executed on requests handled by this plugin.InterceptPointinterceptPoint()Only used by Interceptorsstatic InterceptPointInterceptPoint. valueOf(String name)Returns the enum constant of this type with the specified name.static InterceptPoint[]InterceptPoint. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InterceptPoint in org.restheart.utils
Methods in org.restheart.utils that return InterceptPoint Modifier and Type Method Description static InterceptPoint[]PluginUtils. dontIntercept(PluginsRegistry registry, io.undertow.server.HttpServerExchange exchange)static InterceptPoint[]PluginUtils. dontIntercept(Service service)static InterceptPointPluginUtils. interceptPoint(Interceptor interceptor)
-