Package | Description |
---|---|
org.glassfish.jersey.server |
Jersey server-side classes.
|
org.glassfish.jersey.server.internal.monitoring |
Jersey server-side internal monitoring and statistics classes.
|
org.glassfish.jersey.server.internal.routing |
Jersey server-side internal resource routing classes.
|
org.glassfish.jersey.server.monitoring |
Jersey server-side monitoring JMX MBeans interfaces.
|
Modifier and Type | Method and Description |
---|---|
ExtendedUriInfo |
ContainerRequest.getUriInfo() |
Modifier and Type | Method and Description |
---|---|
ExtendedUriInfo |
RequestEventImpl.getUriInfo() |
Modifier and Type | Method and Description |
---|---|
RequestEventBuilder |
EmptyRequestEventBuilder.setExtendedUriInfo(ExtendedUriInfo extendedUriInfo) |
RequestEventBuilder |
RequestEventBuilder.setExtendedUriInfo(ExtendedUriInfo extendedUriInfo)
Set uri info.
|
RequestEventImpl.Builder |
RequestEventImpl.Builder.setExtendedUriInfo(ExtendedUriInfo extendedUriInfo) |
Modifier and Type | Interface and Description |
---|---|
interface |
RoutingContext
Jersey request matching and routing context.
|
Modifier and Type | Class and Description |
---|---|
class |
UriRoutingContext
Default implementation of the routing context as well as URI information provider.
|
Modifier and Type | Method and Description |
---|---|
ExtendedUriInfo |
RequestEvent.getUriInfo()
Get the
extended uri info associated with this request. |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.