Uses of Class
org.restheart.handlers.PipelinedHandler
-
Packages that use PipelinedHandler Package Description org.restheart.handlers org.restheart.plugins -
-
Uses of PipelinedHandler in org.restheart.handlers
Subclasses of PipelinedHandler in org.restheart.handlers Modifier and Type Class Description classPipelinedWrappingHandlerwraps a HttpHandler into a PipelinedHttpHandlerclassQueryStringRebuilderrebuild the query string from the exchange.getQueryParameters() that might have been updated by request interceptors.Methods in org.restheart.handlers that return PipelinedHandler Modifier and Type Method Description protected PipelinedHandlerPipelinedHandler. getNext()static PipelinedHandlerPipelinedHandler. pipe(PipelinedHandler... handlers)pipes multiple PipelinedHandler in a pipelineMethods in org.restheart.handlers with parameters of type PipelinedHandler Modifier and Type Method Description static 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 PipelinedHandler Constructor Description PipelinedHandler(PipelinedHandler next)QueryStringRebuilder(PipelinedHandler next)Creates a new instance of QueryStringRebuiler -
Uses of PipelinedHandler in org.restheart.plugins
Methods in org.restheart.plugins with parameters of type PipelinedHandler Modifier and Type Method Description voidPluginsRegistry. plugPipeline(String path, PipelinedHandler handler, PipelineInfo info)Plugs a pipeline into the root handler binding it to the path; also sets its PipelineInfo.
-