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.
|
Modifier and Type | Field and Description |
---|---|
private UriRoutingContext |
ContainerRequest.uriRoutingContext |
Modifier and Type | Method and Description |
---|---|
(package private) UriRoutingContext |
ContainerRequest.getUriRoutingContext() |
Modifier and Type | Field and Description |
---|---|
private UriRoutingContext |
RequestProcessingContext.routingContext |
Modifier and Type | Method and Description |
---|---|
UriRoutingContext |
ServerProcessingBinder.UriRoutingContextFactory.provide() |
(package private) UriRoutingContext |
RequestProcessingContext.uriRoutingContext()
Get the underlying
UriRoutingContext instance for the processed
container request. |
Constructor and Description |
---|
RequestProcessingContext(org.glassfish.hk2.api.ServiceLocator serviceLocator,
ContainerRequest request,
UriRoutingContext routingContext,
RequestEventBuilder monitoringEventBuilder,
RequestEventListener monitoringEventListener)
Create new request processing context.
|