Uses of Class
org.restheart.handlers.PipelinedHandler
Packages that use PipelinedHandler
-
Uses of PipelinedHandler in org.restheart.handlers
Subclasses of PipelinedHandler in org.restheart.handlersModifier and TypeClassDescriptionclasswraps a HttpHandler into a PipelinedHttpHandlerclassrebuild the query string from the exchange.getQueryParameters() that might have been updated by request interceptors. it also encodes valuesMethods in org.restheart.handlers that return PipelinedHandlerModifier and TypeMethodDescriptionprotected PipelinedHandlerPipelinedHandler.getNext()static PipelinedHandlerPipelinedHandler.pipe(PipelinedHandler... handlers) pipes multiple PipelinedHandler in a pipelineMethods in org.restheart.handlers with parameters of type PipelinedHandlerModifier and TypeMethodDescriptionstatic PipelinedHandlerPipelinedHandler.pipe(PipelinedHandler... handlers) pipes multiple PipelinedHandler in a pipelineprotected voidPipelinedHandler.setNext(PipelinedHandler next) set the next PipedHttpHandlerstatic PipelinedWrappingHandlerPipelinedWrappingHandler.wrap(PipelinedHandler next, io.undertow.server.HttpHandler handler) static <R extends ServiceRequest<?>,S extends ServiceResponse<?>>
PipelinedWrappingHandlerPipelinedWrappingHandler.wrap(PipelinedHandler next, Service<R, S> service) Constructors in org.restheart.handlers with parameters of type PipelinedHandlerModifierConstructorDescriptionCreates a new instance of QueryStringRebuiler -
Uses of PipelinedHandler in org.restheart.plugins
Methods in org.restheart.plugins with parameters of type PipelinedHandlerModifier and TypeMethodDescriptionvoidPluginsRegistry.plugPipeline(String path, PipelinedHandler handler, PipelineInfo info) Plugs a pipeline into the root handler binding it to the path; also sets its PipelineInfo.