| Package | Description |
|---|---|
| org.glassfish.jersey.server.internal.routing |
Jersey server-side internal resource routing classes.
|
| Modifier and Type | Method and Description |
|---|---|
Router.Continuation |
Router.apply(ContainerRequest data)
Performs a request routing task and returns the routed request together with
a
routing continuation. |
static Router.Continuation |
Router.Continuation.of(ContainerRequest result)
Create a terminal continuation from the routed request.
|
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.
|
static Router.Continuation |
Router.Continuation.of(ContainerRequest request,
Router next)
Create a continuation from the routed request and a single
of next level routers.
|
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.