Package | Description |
---|---|
org.glassfish.jersey.process.internal |
Common Jersey internal processing classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractChainableStage<DATA>
Abstract chainable linear acceptor.
|
Modifier and Type | Method and Description |
---|---|
static <DATA> ChainableStage<DATA> |
Stages.identity()
Get a chainable "identity" stage.
|
Modifier and Type | Method and Description |
---|---|
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-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.