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 ReferencesInitializer Request/response scoped injection support initialization stage.RequestProcessingConfigurator Configurator which initializes and registerExternalRequestScopeinstance intoInjectionManager.RequestProcessingContext Request processing context.RequestProcessingContextReference Wrapper that holds the reference of theRequestProcessingContext. -
Exception Summary Exception Description MappableException A runtime exception that contains a cause, a checked or runtime exception, that may be mapped to aResponseinstance.