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


public interface Router

Hierarchical request router that can be used to create dynamic routing tree structures. Each routing tree can be executed using a dedicated routing stage.

Author:
Marek Potociar (marek.potociar at oracle.com)

Nested Class Summary
static interface Router.Builder
          A Router builder.
static class Router.Continuation
          Hierarchical request routing continuation.
 
Method Summary
 Router.Continuation apply(ContainerRequest data)
          Performs a request routing task and returns the routed request together with a routing continuation.
 

Method Detail

apply

Router.Continuation apply(ContainerRequest data)
Performs a request routing task and returns the routed request together with a routing continuation.

Parameters:
data - data to be transformed.
Returns:
a processing continuation.


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