Uses of Class
org.glassfish.jersey.process.internal.Stage.Continuation
Packages that use Stage.Continuation
Package
Description
Jersey client-side classes.
Common Jersey internal processing classes.
Jersey server-side classes.
Jersey server-side internal resource routing classes.
-
Uses of Stage.Continuation in org.glassfish.jersey.client
Methods in org.glassfish.jersey.client that return Stage.ContinuationModifier and TypeMethodDescriptionClientFilteringStages.RequestFilteringStage.apply
(ClientRequest requestContext) ClientFilteringStages.ResponseFilterStage.apply
(ClientResponse responseContext) -
Uses of Stage.Continuation in org.glassfish.jersey.process.internal
Methods in org.glassfish.jersey.process.internal that return Stage.ContinuationModifier and TypeMethodDescriptionPerforms a data processing task and returns the processed data together with aprocessing continuation
.static <DATA> Stage.Continuation
<DATA> Stage.Continuation.of
(DATA result) Create a terminal continuation from the processed data result.static <DATA> Stage.Continuation
<DATA> Create a continuation from the processed data result and the stage to be invoked next. -
Uses of Stage.Continuation in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server that return Stage.ContinuationModifier and TypeMethodDescriptionContainerFilteringStage.apply
(RequestProcessingContext context) ContainerFilteringStage.ResponseFilterStage.apply
(ContainerResponse responseContext) -
Uses of Stage.Continuation in org.glassfish.jersey.server.internal.routing
Methods in org.glassfish.jersey.server.internal.routing that return Stage.ContinuationModifier and TypeMethodDescriptionMatchedEndpointExtractorStage.apply
(RequestProcessingContext processingContext) RoutingStage.apply
(RequestProcessingContext context) Performs a data processing task and returns the processed data together with aprocessing continuation
.