org.apache.awf.web.http
Class HttpRequestDispatcher

java.lang.Object
  extended by org.apache.awf.web.http.HttpRequestDispatcher

public class HttpRequestDispatcher
extends Object

The RequestDispatcher is responsible for invoking the appropriate RequestHandler method for the current HttpRequest.


Constructor Summary
HttpRequestDispatcher()
           
 
Method Summary
static void dispatch(RequestHandler rh, HttpRequest request, HttpResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpRequestDispatcher

public HttpRequestDispatcher()
Method Detail

dispatch

public static void dispatch(RequestHandler rh,
                            HttpRequest request,
                            HttpResponse response)


Copyright © 2012. All Rights Reserved.