org.webbitserver.handler
Class NotFoundHttpHandler

java.lang.Object
  extended by org.webbitserver.handler.NotFoundHttpHandler
All Implemented Interfaces:
HttpHandler

public class NotFoundHttpHandler
extends Object
implements HttpHandler


Constructor Summary
NotFoundHttpHandler()
           
 
Method Summary
 void handleHttpRequest(HttpRequest request, HttpResponse response, HttpControl control)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotFoundHttpHandler

public NotFoundHttpHandler()
Method Detail

handleHttpRequest

public void handleHttpRequest(HttpRequest request,
                              HttpResponse response,
                              HttpControl control)
Specified by:
handleHttpRequest in interface HttpHandler


Copyright © 2012. All Rights Reserved.