Package | Description |
---|---|
org.glassfish.jersey.process.internal |
Common Jersey internal processing classes.
|
Modifier and Type | Method and Description |
---|---|
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 <DATA> Stage.Continuation<DATA> |
Stage.Continuation.of(DATA result)
Create a terminal continuation from the processed data result.
|
static <DATA> Stage.Continuation<DATA> |
Stage.Continuation.of(DATA result,
Stage<DATA> next)
Create a continuation from the processed data result and the stage
to be invoked next.
|
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.