|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 with parameters of type ChainableStage | ||
|---|---|---|
static
|
Stages.chain(ChainableStage<DATA> rootStage)
Start building a stage chain. |
|
void |
ResponseProcessor.RespondingContext.push(ChainableStage<DATA> stage)
Push chainable response transformation stage that should be applied. |
|
void |
DefaultRespondingContext.push(ChainableStage<DATA> stage)
|
|
Stage.Builder<DATA> |
Stage.Builder.to(ChainableStage<DATA> stage)
Add a new chainable stage as a next stage to the
stage chain. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||