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 | Method and Description |
---|---|
Endpoint |
RoutingContext.getEndpoint()
Get the matched server-side endpoint if present, or
null otherwise. |
Endpoint |
UriRoutingContext.getEndpoint() |
Modifier and Type | Method and Description |
---|---|
void |
RoutingContext.setEndpoint(Endpoint endpoint)
Set the matched server-side endpoint.
|
void |
UriRoutingContext.setEndpoint(Endpoint endpoint) |
Modifier and Type | Class and Description |
---|---|
class |
ResourceMethodInvoker
Server-side request-response
inflector for invoking methods
of annotation-based resource classes. |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.