org.webbitserver
Interface HttpHandler

All Known Implementing Classes:
AbstractResourceHandler, AliasHandler, BasicAuthenticationHandler, DateHeaderHandler, DelayedHttpHandler, EmbeddedResourceHandler, HttpToEventSourceHandler, HttpToWebSocketHandler, LoggingHandler, NotFoundHttpHandler, PathMatchHandler, ServerHeaderHandler, StaticFileHandler, StringHttpHandler

public interface HttpHandler


Method Summary
 void handleHttpRequest(HttpRequest request, HttpResponse response, HttpControl control)
           
 

Method Detail

handleHttpRequest

void handleHttpRequest(HttpRequest request,
                       HttpResponse response,
                       HttpControl control)
                       throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.