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

Packages that use ChainableStage
org.glassfish.jersey.process.internal Common Jersey internal processing classes. 
org.glassfish.jersey.server.internal.process   
org.glassfish.jersey.server.internal.routing 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 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.
 

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

Methods in org.glassfish.jersey.server.internal.process with parameters of type ChainableStage
 void RespondingContext.push(ChainableStage<ContainerResponse> stage)
          Push chainable response transformation stage that should be applied.
 

Uses of ChainableStage in org.glassfish.jersey.server.internal.routing
 

Classes in org.glassfish.jersey.server.internal.routing that implement ChainableStage
 class RoutingStage
          Request pre-processing stage that encapsulates hierarchical resource matching and request routing.
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.