Package | Description |
---|---|
org.glassfish.jersey.process.internal |
Common Jersey internal processing classes.
|
org.glassfish.jersey.server.internal.process |
Jersey server-side internal classes related to request and response processing.
|
org.glassfish.jersey.server.internal.routing |
Jersey server-side internal resource routing 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. |
Modifier and Type | Method and Description |
---|---|
void |
RequestProcessingContext.push(ChainableStage<ContainerResponse> stage) |
void |
RespondingContext.push(ChainableStage<ContainerResponse> stage)
Push chainable response transformation stage that should be applied.
|
Modifier and Type | Method and Description |
---|---|
ChainableStage<RequestProcessingContext> |
Routing.Builder.buildStage()
Build routing stage.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.