org.apache.felix.http.base.internal.dispatch
Class Dispatcher

java.lang.Object
  extended by org.apache.felix.http.base.internal.dispatch.Dispatcher

public final class Dispatcher
extends Object


Constructor Summary
Dispatcher(HandlerRegistry handlerRegistry)
           
 
Method Summary
 void dispatch(HttpServletRequest req, HttpServletResponse res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dispatcher

public Dispatcher(HandlerRegistry handlerRegistry)
Method Detail

dispatch

public void dispatch(HttpServletRequest req,
                     HttpServletResponse res)
              throws ServletException,
                     IOException
Throws:
ServletException
IOException


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.