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

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

public class PatternRouteAcceptor
extends java.lang.Object
implements TreeAcceptor

Author:
Paul Sandoz

Nested Class Summary
 class PatternRouteAcceptor.Builder
           
 
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.