org.glassfish.jersey.server.internal.routing
Class PathPatternRouteAcceptor

java.lang.Object
  extended by org.glassfish.jersey.server.internal.routing.PathPatternRouteAcceptor
All Implemented Interfaces:
TreeAcceptor

public class PathPatternRouteAcceptor
extends java.lang.Object
implements TreeAcceptor

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

Nested Class Summary
 class PathPatternRouteAcceptor.Builder
          "Assisted injection" factory interface for PathPatternRouteAcceptor.
 
Method Summary
 Pair<Request,java.util.Iterator<TreeAcceptor>> apply(Request request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

apply

public Pair<Request,java.util.Iterator<TreeAcceptor>> apply(Request request)
Specified by:
apply in interface TreeAcceptor


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.