Package | Description |
---|---|
org.glassfish.jersey.server |
Jersey server-side classes.
|
org.glassfish.jersey.server.monitoring |
Jersey server-side monitoring JMX MBeans interfaces.
|
org.glassfish.jersey.test.util.server |
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,
org.glassfish.jersey.message.internal.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,
Response response)
Create a new Jersey container response context.
|
Modifier and Type | Method and Description |
---|---|
ContainerRequest |
RequestEvent.getContainerRequest()
Get the container request.
|
Modifier and Type | Method and Description |
---|---|
ContainerRequest |
ContainerRequestBuilder.build()
Build a Jersey container request context.
|
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.