uk.co.lothianproductions.httpd.handler.impl
Class HTTPDebugRequestHandler
java.lang.Object
uk.co.lothianproductions.httpd.handler.impl.SocketRequestHandler
uk.co.lothianproductions.httpd.handler.impl.HTTPRequestHandler
uk.co.lothianproductions.httpd.handler.impl.HTTPDebugRequestHandler
- All Implemented Interfaces:
- RequestHandler, java.lang.Runnable
- public class HTTPDebugRequestHandler
- extends HTTPRequestHandler
Simple request handler for debugging. Dumps out request header values.
- Version:
- $Revision: 1.4 $, $Date: 2004/01/02 19:00:48 $
- Author:
- Aidan Fitzpatrick
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTPDebugRequestHandler
protected HTTPDebugRequestHandler()
HTTPDebugRequestHandler
public HTTPDebugRequestHandler(XMLPluginConfig config,
java.net.Socket server)
throws java.lang.SecurityException,
java.io.IOException
handleProcessing
public Document handleProcessing(char[] method,
char[] uri,
char[][] header,
char[] message)
throws ConfigException,
DocumentRenderException,
DocumentNotFoundException,
DocumentTimeoutException,
DocumentRetrievalException
- Specified by:
handleProcessing in interface RequestHandler- Overrides:
handleProcessing in class SocketRequestHandler
- Throws:
ConfigException
DocumentRenderException
DocumentNotFoundException
DocumentTimeoutException
DocumentRetrievalException