Uses of Interface
org.glassfish.jersey.server.internal.routing.Router

Packages that use Router
org.glassfish.jersey.server.internal.routing Jersey server-side internal resource routing classes. 
 

Uses of Router in org.glassfish.jersey.server.internal.routing
 

Methods in org.glassfish.jersey.server.internal.routing that return Router
 Router Router.Builder.build()
          Build a hierarchical router for the transformation of a given data type.
 Router RuntimeModelBuilder.buildModel(RuntimeResourceModel resourceModel, boolean subResourceMode)
          Build a runtime model of routers based on the resourceModel.
 Router RouterBinder.RootRouteBuilder.root(Router routingRoot)
           
 

Methods in org.glassfish.jersey.server.internal.routing that return types with arguments of type Router
 Iterable<Router> Router.Continuation.next()
          Get the next level routers to be invoked or an empty if no next level routers are present.
 

Methods in org.glassfish.jersey.server.internal.routing with parameters of type Router
 RoutingStage RoutingStage.Builder.build(Router routingRoot)
          Build a properly injected resource matching router.
 Router.Builder Router.Builder.child(Router child)
          Add new child node into the hierarchical request router being built.
static Router.Continuation Router.Continuation.of(ContainerRequest request, Router next)
          Create a continuation from the routed request and a single of next level routers.
 Router RouterBinder.RootRouteBuilder.root(Router routingRoot)
           
 RouterBinder.RouteToPathBuilder<T> RouterBinder.RouteToBuilder.to(Router a)
           
 

Method parameters in org.glassfish.jersey.server.internal.routing with type arguments of type Router
static Router.Continuation Router.Continuation.of(ContainerRequest result, Iterable<Router> next)
          Create a continuation from the routed request and a collection of next level routers.
 RouterBinder.RouteToPathBuilder<T> RouterBinder.RouteToBuilder.to(Class<? extends Router> ca)
           
 RouterBinder.RouteToPathBuilder<T> RouterBinder.RouteToBuilder.to(org.glassfish.hk2.api.Factory<? extends Router> pa)
           
 



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.