Package org.glassfish.jersey.server.internal.process
Jersey server-side internal classes related to request and response processing.
-
Interface Summary Interface Description Endpoint Server-side REST-ful endpoint.RespondingContext 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. -
Class Summary Class Description DefaultCloseableService Default implementation ofCloseableService
.DefaultRespondingContext Default implementation of the request-scopedresponding context
.ReferencesInitializer Request/response scoped injection support initialization stage.RequestProcessingConfigurator Configurator which initializes and registerExternalRequestScope
instance intoInjectionManager
.RequestProcessingConfigurator.AsyncContextFactory RequestProcessingConfigurator.CloseableServiceFactory RequestProcessingConfigurator.ContainerRequestFactory RequestProcessingConfigurator.UriRoutingContextFactory RequestProcessingContext Request processing context.RequestProcessingContextReference Wrapper that holds the reference of theRequestProcessingContext
.SecurityContextInjectee Proxiable wrapper for request scopedSecurityContext
instance. -
Exception Summary Exception Description MappableException A runtime exception that contains a cause, a checked or runtime exception, that may be mapped to aResponse
instance.