Uses of Interface
org.glassfish.jersey.process.internal.ChainableStage
Packages that use ChainableStage
Package
Description
Common Jersey internal processing classes.
Jersey server-side internal classes related to request and response processing.
Jersey server-side internal resource routing classes.
-
Uses of ChainableStage in org.glassfish.jersey.process.internal
Classes in org.glassfish.jersey.process.internal that implement ChainableStageModifier and TypeClassDescriptionclassAbstractChainableStage<DATA>Abstract chainable linear acceptor.Methods in org.glassfish.jersey.process.internal that return ChainableStageModifier and TypeMethodDescriptionstatic <DATA> ChainableStage<DATA>Stages.identity()Get a chainable "identity" stage.Methods in org.glassfish.jersey.process.internal with parameters of type ChainableStageModifier and TypeMethodDescriptionstatic <DATA> Stage.Builder<DATA>Stages.chain(ChainableStage<DATA> rootStage) Start building a stage chain.Stage.Builder.to(ChainableStage<DATA> stage) Add a newchainable stageas a next stage to the stage chain. -
Uses of ChainableStage in org.glassfish.jersey.server.internal.process
Methods in org.glassfish.jersey.server.internal.process with parameters of type ChainableStageModifier and TypeMethodDescriptionvoidRequestProcessingContext.push(ChainableStage<ContainerResponse> stage) voidRespondingContext.push(ChainableStage<ContainerResponse> stage) Push chainable response transformation stage that should be applied. -
Uses of ChainableStage in org.glassfish.jersey.server.internal.routing
Methods in org.glassfish.jersey.server.internal.routing that return ChainableStage