Package | Description |
---|---|
org.glassfish.jersey.server.internal.routing |
Jersey server-side internal resource routing classes.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Route> |
PathMatchingRouter.acceptedRoutes |
private java.util.List<Route> |
PathMatchingRouterBuilder.acceptedRoutes |
Modifier and Type | Method and Description |
---|---|
(package private) static Route |
Route.of(PathPattern routingPattern,
java.util.List<Router> routers)
Create a new request route.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Route> |
PathMatchingRouterBuilder.acceptedRoutes()
Get the list of the registered sub-routes.
|
Constructor and Description |
---|
PathMatchingRouter(java.util.List<Route> routes)
Constructs route methodAcceptorPair that uses
PathPattern instances for
patch matching. |