Package | Description |
---|---|
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 | Field and Description |
---|---|
private Endpoint |
RoutingStage.RoutingResult.endpoint |
private Endpoint |
UriRoutingContext.endpoint |
private Endpoint |
Routers.EndpointRouter.endpoint |
Modifier and Type | Method and Description |
---|---|
private Endpoint |
RuntimeModelBuilder.createInflector(ResourceMethod method) |
static Endpoint |
Routers.extractEndpoint(Router router)
Extract endpoint stored in a router (if any).
|
Endpoint |
UriRoutingContext.getEndpoint() |
Endpoint |
RoutingContext.getEndpoint()
Get the matched server-side endpoint if present, or
null otherwise. |
Modifier and Type | Method and Description |
---|---|
static Router |
Routers.endpoint(Endpoint endpoint)
|
private static RoutingStage.RoutingResult |
RoutingStage.RoutingResult.from(RequestProcessingContext requestProcessingContext,
Endpoint endpoint) |
void |
UriRoutingContext.setEndpoint(Endpoint endpoint) |
void |
RoutingContext.setEndpoint(Endpoint endpoint)
Set the matched server-side endpoint.
|
Constructor and Description |
---|
EndpointRouter(Endpoint endpoint) |
RoutingResult(RequestProcessingContext context,
Endpoint endpoint) |
Modifier and Type | Class and Description |
---|---|
class |
ResourceMethodInvoker
Server-side request-response
inflector for invoking methods
of annotation-based resource classes. |