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 invalid input: '&' resource modeling classes.
-
Uses of RequestProcessingContext in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server declared as RequestProcessingContextModifier and TypeFieldDescriptionprivate final RequestProcessingContextContainerFilteringStage.ResponseFilterStage.processingContextprivate final RequestProcessingContextServerRuntime.Responder.processingContextFields in org.glassfish.jersey.server with type parameters of type RequestProcessingContextModifier and TypeFieldDescriptionprivate final Stage<RequestProcessingContext> ServerRuntime.requestProcessingRootMethods in org.glassfish.jersey.server that return RequestProcessingContextModifier and TypeMethodDescriptionContainerMessageBodyWorkersInitializer.apply(RequestProcessingContext requestContext) Methods in org.glassfish.jersey.server that return types with arguments of type RequestProcessingContextModifier and TypeMethodDescriptionContainerFilteringStage.apply(RequestProcessingContext context) ContainerRequest.getInflector()Methods in org.glassfish.jersey.server with parameters of type RequestProcessingContextModifier and TypeMethodDescriptionContainerFilteringStage.apply(RequestProcessingContext context) ContainerMessageBodyWorkersInitializer.apply(RequestProcessingContext requestContext) Method parameters in org.glassfish.jersey.server with type arguments of type RequestProcessingContextModifier and TypeMethodDescription(package private) static ServerRuntimeServerRuntime.createServerRuntime(InjectionManager injectionManager, ServerBootstrapBag bootstrapBag, Stage<RequestProcessingContext> processingRoot, ApplicationEventListener eventListener, ProcessingProviders processingProviders) Constructors in org.glassfish.jersey.server with parameters of type RequestProcessingContextModifierConstructorDescriptionResponder(RequestProcessingContext processingContext, ServerRuntime runtime) privateResponseFilterStage(RequestProcessingContext processingContext, Iterable<RankedProvider<javax.ws.rs.container.ContainerResponseFilter>> filters, TracingLogger tracingLogger) Constructor parameters in org.glassfish.jersey.server with type arguments of type RequestProcessingContextModifierConstructorDescriptionprivateServerRuntime(Stage<RequestProcessingContext> requestProcessingRoot, ProcessingProviders processingProviders, InjectionManager injectionManager, ScheduledExecutorService backgroundScheduler, javax.inject.Provider<ExecutorService> managedAsyncExecutorProvider, RequestScope requestScope, ExceptionMappers exceptionMappers, ApplicationEventListener applicationEventListener, ExternalRequestScope externalScope, javax.ws.rs.core.Configuration configuration) -
Uses of RequestProcessingContext in org.glassfish.jersey.server.internal.process
Fields in org.glassfish.jersey.server.internal.process declared as RequestProcessingContextModifier and TypeFieldDescriptionprivate RequestProcessingContextRequestProcessingContextReference.processingContextMethods 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.voidRequestProcessingContextReference.set(RequestProcessingContext processingContext) -
Uses of RequestProcessingContext in org.glassfish.jersey.server.internal.routing
Fields in org.glassfish.jersey.server.internal.routing declared as RequestProcessingContextModifier and TypeFieldDescriptionprivate final RequestProcessingContextRoutingStage.RoutingResult.contextprivate final RequestProcessingContextRouter.Continuation.requestProcessingContextMethods in org.glassfish.jersey.server.internal.routing that return RequestProcessingContextModifier and TypeMethodDescription(package private) RequestProcessingContextRouter.Continuation.requestContext()Get the routed request context.Methods in org.glassfish.jersey.server.internal.routing that return types with arguments of type RequestProcessingContextModifier and TypeMethodDescriptionMatchedEndpointExtractorStage.apply(RequestProcessingContext processingContext) RoutingStage.apply(RequestProcessingContext context) Performs a data processing task and returns the processed data together with aprocessing continuation.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.Methods in org.glassfish.jersey.server.internal.routing with parameters of type RequestProcessingContextModifier and TypeMethodDescriptionprivate RoutingStage.RoutingResultRoutingStage._apply(RequestProcessingContext request, Router router) MatchedEndpointExtractorStage.apply(RequestProcessingContext processingContext) MatchResultInitializerRouter.apply(RequestProcessingContext processingContext) MethodSelectingRouter.apply(RequestProcessingContext requestContext) PathMatchingRouter.apply(RequestProcessingContext context) PushMatchedMethodRouter.apply(RequestProcessingContext processingContext) PushMatchedRuntimeResourceRouter.apply(RequestProcessingContext context) PushMatchedTemplateRouter.apply(RequestProcessingContext context) PushMatchedUriRouter.apply(RequestProcessingContext context) PushMethodHandlerRouter.apply(RequestProcessingContext context) Router.apply(RequestProcessingContext data) Performs a request routing task and returns the routed request together with arouting continuation.Routers.EndpointRouter.apply(RequestProcessingContext context) RoutingStage.apply(RequestProcessingContext context) Performs a data processing task and returns the processed data together with aprocessing continuation.SubResourceLocatorRouter.apply(RequestProcessingContext processingContext) private static RoutingStage.RoutingResultRoutingStage.RoutingResult.from(RequestProcessingContext requestProcessingContext) private static RoutingStage.RoutingResultRoutingStage.RoutingResult.from(RequestProcessingContext requestProcessingContext, Endpoint endpoint) MethodSelectingRouter.getMethodRouter(RequestProcessingContext context) private ObjectSubResourceLocatorRouter.getResource(RequestProcessingContext context) (package private) static Router.ContinuationRouter.Continuation.of(RequestProcessingContext result) Create a terminal continuation from the routed request.(package private) static Router.ContinuationRouter.Continuation.of(RequestProcessingContext result, Iterable<Router> next) Create a continuation from the routed request and a collection of next level routers.(package private) static Router.ContinuationRouter.Continuation.of(RequestProcessingContext request, Router next) Create a continuation from the routed request and a single of next level routers.Constructors in org.glassfish.jersey.server.internal.routing with parameters of type RequestProcessingContextModifierConstructorDescriptionprivateContinuation(RequestProcessingContext request, Iterable<Router> next) privateRoutingResult(RequestProcessingContext context, Endpoint endpoint) -
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) private javax.ws.rs.core.ResponseResourceMethodInvoker.invoke(RequestProcessingContext context, Object resource) private BiConsumerResourceMethodInvoker.whenComplete(RequestProcessingContext processingContext)