Uses of Enum Class
org.restheart.plugins.RegisterPlugin.MATCH_POLICY
Packages that use RegisterPlugin.MATCH_POLICY
Package
Description
Utility classes
-
Uses of RegisterPlugin.MATCH_POLICY in org.restheart.exchange
Methods in org.restheart.exchange that return RegisterPlugin.MATCH_POLICYConstructors in org.restheart.exchange with parameters of type RegisterPlugin.MATCH_POLICYModifierConstructorDescriptionPipelineInfo(PipelineInfo.PIPELINE_TYPE type, String uri, RegisterPlugin.MATCH_POLICY matchPolicy, String name) -
Uses of RegisterPlugin.MATCH_POLICY in org.restheart.plugins
Methods in org.restheart.plugins that return RegisterPlugin.MATCH_POLICYModifier and TypeMethodDescriptionstatic RegisterPlugin.MATCH_POLICYReturns the enum constant of this class with the specified name.static RegisterPlugin.MATCH_POLICY[]RegisterPlugin.MATCH_POLICY.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 RegisterPlugin.MATCH_POLICYModifier and TypeMethodDescriptionvoidPluginsRegistry.plugService(PluginRecord<Service<? extends ServiceRequest<?>, ? extends ServiceResponse<?>>> srv, String uri, RegisterPlugin.MATCH_POLICY mp, boolean secured) Plugs a service into the root handler binding it to the pathvoidPluginsRegistry.unplug(String uri, RegisterPlugin.MATCH_POLICY mp) unplugs an handler from the root handler -
Uses of RegisterPlugin.MATCH_POLICY in org.restheart.utils
Methods in org.restheart.utils that return RegisterPlugin.MATCH_POLICYModifier and TypeMethodDescriptionstatic RegisterPlugin.MATCH_POLICYPluginUtils.uriMatchPolicy(Service service)