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.
|
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 |
---|---|
RequestProcessingContext |
ContainerMessageBodyWorkersInitializer.apply(RequestProcessingContext requestContext) |
Modifier and Type | Method and Description |
---|---|
RequestProcessingContext |
ContainerMessageBodyWorkersInitializer.apply(RequestProcessingContext requestContext) |
Modifier and Type | Method and Description |
---|---|
RequestProcessingContext |
ReferencesInitializer.apply(RequestProcessingContext context)
Initialize the request references using the incoming request processing context.
|
RequestProcessingContext |
RequestProcessingContextReference.get() |
Modifier and Type | Method and Description |
---|---|
RequestProcessingContext |
ReferencesInitializer.apply(RequestProcessingContext context)
Initialize the request references using the incoming request processing context.
|
void |
RequestProcessingContextReference.set(RequestProcessingContext processingContext) |
Modifier and Type | Method and Description |
---|---|
ChainableStage<RequestProcessingContext> |
Routing.Builder.buildStage()
Build routing stage.
|
static Stage<RequestProcessingContext> |
Routing.matchedEndpointExtractor()
Create a new request pre-processing stage that extracts a matched endpoint from a routing context,
where it was previously stored by the request routing stage and
(if available) returns the endpoint wrapped in a next terminal stage.
|
Modifier and Type | Method and Description |
---|---|
ContainerResponse |
ResourceMethodInvoker.apply(RequestProcessingContext processingContext) |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.