| Package | Description |
|---|---|
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| org.glassfish.jersey.server.internal |
Jersey server-side internal classes.
|
| org.glassfish.jersey.server.internal.inject |
Jersey server-side JAX-RS injection support classes.
|
| org.glassfish.jersey.server.internal.routing |
Jersey server-side internal resource routing classes.
|
| org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerRequest |
ContainerMessageBodyWorkersInitializer.apply(ContainerRequest requestContext) |
ContainerRequest |
ContainerResponse.getRequestContext()
Get the associated container request context paired with this response context.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerRequest |
ContainerMessageBodyWorkersInitializer.apply(ContainerRequest requestContext) |
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 requestContext)
The main request/response processing entry point for Jersey container implementations.
|
| Constructor and Description |
|---|
ContainerResponse(ContainerRequest requestContext,
Response response)
Create a new Jersey container response context.
|
| Constructor and Description |
|---|
JsonWithPaddingInterceptor(javax.inject.Provider<ContainerRequest> containerRequestProvider) |
| Modifier and Type | Method and Description |
|---|---|
ContainerRequest |
HttpContext.getRequestContext()
Get the HTTP request information.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerRequest |
Router.Continuation.requestContext()
Get the routed request context.
|
| Modifier and Type | Method and Description |
|---|---|
Stage.Continuation<ContainerRequest> |
RoutingStage.apply(ContainerRequest request)
Routing stage navigates through the nested
routing hierarchy
using a depth-first transformation strategy until a request-to-response
inflector is found on
a leaf stage node, in which case the request routing is terminated and an
inflector (if found) is pushed
to the routing context. |
Stage.Continuation<ContainerRequest> |
RoutedInflectorExtractorStage.apply(ContainerRequest requestContext) |
Inflector<ContainerRequest,ContainerResponse> |
RoutingContext.getInflector()
Get the matched request to response data inflector if present, or
null
otherwise. |
| Modifier and Type | Method and Description |
|---|---|
Stage.Continuation<ContainerRequest> |
RoutingStage.apply(ContainerRequest request)
Routing stage navigates through the nested
routing hierarchy
using a depth-first transformation strategy until a request-to-response
inflector is found on
a leaf stage node, in which case the request routing is terminated and an
inflector (if found) is pushed
to the routing context. |
Router.Continuation |
Router.apply(ContainerRequest data)
Performs a request routing task and returns the routed request together with
a
routing continuation. |
Stage.Continuation<ContainerRequest> |
RoutedInflectorExtractorStage.apply(ContainerRequest requestContext) |
static Router.Continuation |
Router.Continuation.of(ContainerRequest result)
Create a terminal continuation from the routed request.
|
static Router.Continuation |
Router.Continuation.of(ContainerRequest result,
Iterable<Router> next)
Create a continuation from the routed request and a collection
of next level routers.
|
static Router.Continuation |
Router.Continuation.of(ContainerRequest request,
Router next)
Create a continuation from the routed request and a single
of next level routers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoutingContext.setInflector(Inflector<ContainerRequest,ContainerResponse> inflector)
Set the matched request to response inflector.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerResponse |
ResourceMethodInvoker.apply(ContainerRequest requestContext) |
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.