Uses of Interface
org.glassfish.jersey.process.internal.ChainableStage
Packages that use ChainableStage
Package
Description
Common Jersey internal processing 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.