|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Router.Continuation | |
|---|---|
| org.glassfish.jersey.server.internal.routing | Jersey server-side internal resource routing classes. |
| Uses of Router.Continuation in org.glassfish.jersey.server.internal.routing |
|---|
| Methods in org.glassfish.jersey.server.internal.routing that return Router.Continuation | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||