|
||||||||||
| 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 that return ChainableStage | ||
|---|---|---|
static
|
Stages.identity()
Get a chainable "identity" stage. |
|
| Methods in org.glassfish.jersey.process.internal with parameters of type ChainableStage | ||
|---|---|---|
static
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||