Toggle navigation
Home
org.glassfish.jersey.server.internal.routing.Routers.RouteToPathBuilder<org.glassfish.jersey.uri.PathPattern> to org.glassfish.jersey.server.internal.routing.PathMatchingRouterBuilder
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'jersey'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
routedBuilder(srRoutedBuilder).route(childClosedPattern).to(uriPushingRouter).to(childResourcePushingRouter).to(new MethodSelectingRouter(workers,childMethodAcceptors))
to
startNextRoute(srRoutedBuilder,childClosedPattern).to(uriPushingRouter).to(childResourcePushingRouter).to(new MethodSelectingRouter(workers,childMethodRoutings))
routedBuilder(srRoutedBuilder).route(childOpenPattern).to(uriPushingRouter).to(locTemplateRouter).to(childResourcePushingRouter).to(new PushMatchedMethodRouter(child.getResourceLocator())).to(createMethodAcceptor(child.getResourceLocator()))
to
startNextRoute(srRoutedBuilder,childOpenPattern).to(uriPushingRouter).to(locTemplateRouter).to(childResourcePushingRouter).to(new PushMatchedMethodRouter(childResource.getResourceLocator())).to(createMethodRouter(childResource.getResourceLocator()))
routedBuilder(srRoutedBuilder).route(PathPattern.OPEN_ROOT_PATH_PATTERN).to(uriPushingRouter).to(resourceTemplateRouter).to(new PushMatchedMethodRouter(resource.getResourceLocator())).to(createMethodAcceptor(resource.getResourceLocator()))
to
startNextRoute(srRoutedBuilder,PathPattern.OPEN_ROOT_PATH_PATTERN).to(uriPushingRouter).to(resourceTemplateRouter).to(new PushMatchedMethodRouter(resource.getResourceLocator())).to(createMethodRouter(resource.getResourceLocator()))