Uses of Interface
org.glassfish.jersey.process.internal.ChainableStage

Packages that use ChainableStage
org.glassfish.jersey.process.internal Common Jersey internal processing classes. 
 

Uses of ChainableStage in org.glassfish.jersey.process.internal
 

Classes in org.glassfish.jersey.process.internal that implement ChainableStage
 class AbstractChainableStage<DATA>
          Abstract chainable linear acceptor.
 

Methods in org.glassfish.jersey.process.internal that return ChainableStage
static
<DATA> ChainableStage<DATA>
Stages.identity()
          Get a chainable "identity" stage.
 

Methods in org.glassfish.jersey.process.internal with parameters of type ChainableStage
static
<DATA> Stage.Builder<DATA>
Stages.chain(ChainableStage<DATA> rootStage)
          Start building a stage chain.
 Stage.Builder<DATA> Stage.Builder.to(ChainableStage<DATA> stage)
          Add a new chainable stage as a next stage to the stage chain.
 



Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.