Uses of Class
org.restheart.exchange.PipelineInfo
-
Packages that use PipelineInfo Package Description org.restheart.exchange org.restheart.plugins org.restheart.utils Utility classes -
-
Uses of PipelineInfo in org.restheart.exchange
Methods in org.restheart.exchange that return PipelineInfo Modifier and Type Method Description PipelineInfoRequest. getPipelineInfo()Methods in org.restheart.exchange with parameters of type PipelineInfo Modifier and Type Method Description voidRequest. setPipelineInfo(PipelineInfo pipelineInfo) -
Uses of PipelineInfo in org.restheart.plugins
Methods in org.restheart.plugins that return PipelineInfo Modifier and Type Method Description PipelineInfoPluginsRegistry. getPipelineInfo(String path)Methods in org.restheart.plugins with parameters of type PipelineInfo 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. -
Uses of PipelineInfo in org.restheart.utils
Methods in org.restheart.utils that return PipelineInfo Modifier and Type Method Description static PipelineInfoPluginUtils. pipelineInfo(io.undertow.server.HttpServerExchange exchange)
-