| Package | Description |
|---|---|
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| org.glassfish.jersey.server.internal.inject |
Jersey server-side JAX-RS injection support classes.
|
| org.glassfish.jersey.server.internal.monitoring |
Jersey server-side internal monitoring and statistics classes.
|
| org.glassfish.jersey.server.internal.process |
Jersey server-side internal classes related to request and response processing.
|
| org.glassfish.jersey.server.internal.routing |
Jersey server-side internal resource routing classes.
|
| org.glassfish.jersey.server.monitoring |
Jersey server-side monitoring JMX MBeans interfaces.
|
| org.glassfish.jersey.server.spi.internal |
Jersey server-side internal service provider contract (SPI) classes.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerRequest |
ContainerResponse.getRequestContext()
Get the associated container request context paired with this response context.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ContainerResponse> |
ApplicationHandler.apply(ContainerRequest requestContext)
Invokes a request and returns the
response future. |
Future<ContainerResponse> |
ApplicationHandler.apply(ContainerRequest request,
OutputStream outputStream)
Invokes a request and returns the
response future. |
void |
ApplicationHandler.handle(ContainerRequest request)
The main request/response processing entry point for Jersey container implementations.
|
static void |
TracingUtils.initTracingSupport(TracingConfig type,
TracingLogger.Level appThreshold,
ContainerRequest containerRequest)
According to configuration/request header it initialize
TracingLogger and put it to the request properties. |
static void |
TracingUtils.logStart(ContainerRequest request)
Log tracing messages START events.
|
void |
ServerRuntime.process(ContainerRequest request)
Process a container request.
|
| Constructor and Description |
|---|
ContainerResponse(ContainerRequest requestContext,
javax.ws.rs.core.Response response)
Create a new Jersey container response context.
|
| Modifier and Type | Method and Description |
|---|---|
protected ContainerRequest |
AbstractContainerRequestValueFactory.getContainerRequest()
Get the container request.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerRequest |
RequestEventImpl.getContainerRequest() |
| Modifier and Type | Method and Description |
|---|---|
RequestEventImpl.Builder |
RequestEventImpl.Builder.setContainerRequest(ContainerRequest containerRequest) |
RequestEventBuilder |
EmptyRequestEventBuilder.setContainerRequest(ContainerRequest containerRequest) |
RequestEventBuilder |
RequestEventBuilder.setContainerRequest(ContainerRequest containerRequest)
Set the container request.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerRequest |
RequestProcessingContext.request()
Get 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.
|
| Constructor and Description |
|---|
UriRoutingContext(ContainerRequest requestContext)
Injection constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerRequest |
RequestEvent.getContainerRequest()
Get the container request.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ResourceMethodDispatcher.dispatch(Object resource,
ContainerRequest request)
Reflectively dispatch a request to the underlying
invocable resource method via the configured invocation handler using the provided resource class instance. |
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.