Uses of Class
org.glassfish.jersey.server.internal.routing.Route
Packages that use Route
Package
Description
Jersey server-side internal resource routing classes.
-
Uses of Route in org.glassfish.jersey.server.internal.routing
Fields in org.glassfish.jersey.server.internal.routing with type parameters of type RouteModifier and TypeFieldDescriptionPathMatchingRouter.acceptedRoutesPathMatchingRouterBuilder.acceptedRoutesMethods in org.glassfish.jersey.server.internal.routing that return RouteModifier and TypeMethodDescription(package private) static RouteRoute.of(PathPattern routingPattern, List<Router> routers) Create a new request route.Methods in org.glassfish.jersey.server.internal.routing that return types with arguments of type RouteModifier and TypeMethodDescriptionPathMatchingRouterBuilder.acceptedRoutes()Get the list of the registered sub-routes.Constructor parameters in org.glassfish.jersey.server.internal.routing with type arguments of type RouteModifierConstructorDescription(package private)PathMatchingRouter(List<Route> routes) Constructs route methodAcceptorPair that usesPathPatterninstances for patch matching.