Uses of Class
org.glassfish.jersey.server.internal.process.RequestProcessingContext
Packages that use RequestProcessingContext
Package
Description
Jersey server-side classes.
Jersey server-side internal classes related to request and response processing.
Jersey server-side internal resource routing classes.
Jersey server-side application & resource modeling classes.
-
Uses of RequestProcessingContext in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server that return RequestProcessingContextModifier and TypeMethodDescriptionContainerMessageBodyWorkersInitializer.apply
(RequestProcessingContext requestContext) Methods in org.glassfish.jersey.server with parameters of type RequestProcessingContextModifier and TypeMethodDescriptionContainerMessageBodyWorkersInitializer.apply
(RequestProcessingContext requestContext) -
Uses of RequestProcessingContext in org.glassfish.jersey.server.internal.process
Methods in org.glassfish.jersey.server.internal.process that return RequestProcessingContextModifier and TypeMethodDescriptionReferencesInitializer.apply
(RequestProcessingContext context) Initialize the request references using the incoming request processing context.RequestProcessingContextReference.get()
Methods in org.glassfish.jersey.server.internal.process with parameters of type RequestProcessingContextModifier and TypeMethodDescriptionReferencesInitializer.apply
(RequestProcessingContext context) Initialize the request references using the incoming request processing context.void
RequestProcessingContextReference.set
(RequestProcessingContext processingContext) -
Uses of RequestProcessingContext in org.glassfish.jersey.server.internal.routing
Methods in org.glassfish.jersey.server.internal.routing that return types with arguments of type RequestProcessingContextModifier and TypeMethodDescriptionRouting.Builder.buildStage()
Build routing stage.static Stage<RequestProcessingContext>
Routing.matchedEndpointExtractor()
Create a new request pre-processing stage that extracts a matched endpoint from a routing context, where it was previously stored by the request routing stage and (if available) returns the endpoint wrapped in a next terminal stage. -
Uses of RequestProcessingContext in org.glassfish.jersey.server.model
Methods in org.glassfish.jersey.server.model with parameters of type RequestProcessingContextModifier and TypeMethodDescriptionResourceMethodInvoker.apply
(RequestProcessingContext processingContext)