Uses of Class
org.restheart.exchange.PipelineInfo
Packages that use PipelineInfo
-
Uses of PipelineInfo in org.restheart.exchange
Fields in org.restheart.exchange with type parameters of type PipelineInfoModifier and TypeFieldDescriptionstatic final io.undertow.util.AttachmentKey<PipelineInfo> Request.PIPELINE_INFO_KEYMethods in org.restheart.exchange that return PipelineInfoModifier and TypeMethodDescriptionRequest.getPipelineInfo()static PipelineInfoRequest.getPipelineInfo(io.undertow.server.HttpServerExchange exchange) static PipelineInfoRequest.pipelineInfo(io.undertow.server.HttpServerExchange exchange) Methods in org.restheart.exchange with parameters of type PipelineInfoModifier and TypeMethodDescriptionstatic voidRequest.setPipelineInfo(io.undertow.server.HttpServerExchange exchange, PipelineInfo pipelineInfo) voidRequest.setPipelineInfo(PipelineInfo pipelineInfo) -
Uses of PipelineInfo in org.restheart.plugins
Methods in org.restheart.plugins that return PipelineInfoMethods in org.restheart.plugins with parameters of type PipelineInfoModifier 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.