Uses of Class
org.glassfish.jersey.server.internal.process.RequestProcessingContext
-
Packages that use RequestProcessingContext Package Description org.glassfish.jersey.server Jersey server-side 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.org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes. -
-
Uses of RequestProcessingContext in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server that return RequestProcessingContext Modifier and Type Method Description RequestProcessingContextContainerMessageBodyWorkersInitializer. apply(RequestProcessingContext requestContext)Methods in org.glassfish.jersey.server with parameters of type RequestProcessingContext Modifier and Type Method Description RequestProcessingContextContainerMessageBodyWorkersInitializer. apply(RequestProcessingContext requestContext) -
Uses of RequestProcessingContext in org.glassfish.jersey.server.internal.process
Methods in org.glassfish.jersey.server.internal.process that return RequestProcessingContext Modifier and Type Method Description RequestProcessingContextReferencesInitializer. apply(RequestProcessingContext context)Initialize the request references using the incoming request processing context.RequestProcessingContextRequestProcessingContextReference. get()Methods in org.glassfish.jersey.server.internal.process with parameters of type RequestProcessingContext Modifier and Type Method Description RequestProcessingContextReferencesInitializer. apply(RequestProcessingContext context)Initialize the request references using the incoming request processing context.voidRequestProcessingContextReference. 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 RequestProcessingContext Modifier and Type Method Description ChainableStage<RequestProcessingContext>Routing.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 RequestProcessingContext Modifier and Type Method Description ContainerResponseResourceMethodInvoker. apply(RequestProcessingContext processingContext)
-