|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Stage.Continuation | |
|---|---|
| org.glassfish.jersey.process.internal | Common Jersey internal processing classes. |
| org.glassfish.jersey.server.internal.routing | Jersey server-side internal resource routing classes. |
| Uses of Stage.Continuation in org.glassfish.jersey.process.internal |
|---|
| Methods in org.glassfish.jersey.process.internal that return Stage.Continuation | ||
|---|---|---|
Stage.Continuation<DATA> |
Stage.apply(DATA data)
Performs a data processing task and returns the processed data together with a processing continuation. |
|
Stage.Continuation<DATA> |
Stages.LinkedStage.apply(DATA data)
|
|
static
|
Stage.Continuation.of(DATA result)
Create a terminal continuation from the processed data result. |
|
static
|
Stage.Continuation.of(DATA result,
Stage<DATA> next)
Create a continuation from the processed data result and the stage to be invoked next. |
|
| Uses of Stage.Continuation in org.glassfish.jersey.server.internal.routing |
|---|
| Methods in org.glassfish.jersey.server.internal.routing that return Stage.Continuation | |
|---|---|
Stage.Continuation<ContainerRequest> |
RoutedInflectorExtractorStage.apply(ContainerRequest requestContext)
|
Stage.Continuation<ContainerRequest> |
RoutingStage.apply(ContainerRequest request)
Performs a data processing task and returns the processed data together with a processing continuation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||