Package org.glassfish.jersey.server.internal.process
package org.glassfish.jersey.server.internal.process
Jersey server-side internal classes related to request and response processing.
-
ClassDescriptionDefault implementation of
CloseableService
.Default implementation of the request-scopedresponding context
.Server-side REST-ful endpoint.A runtime exception that contains a cause, a checked or runtime exception, that may be mapped to aResponse
instance.Request/response scoped injection support initialization stage.Configurator which initializes and registerExternalRequestScope
instance intoInjectionManager
.Request processing context.Wrapper that holds the reference of theRequestProcessingContext
.Context that can be used during the data processing for registering response processing stages and/or functions that will be invoked during the response processing to transform the response before it is written to the client.Proxiable wrapper for request scopedSecurityContext
instance.