org.mortbay.http.handler
public abstract class AbstractHttpHandler extends Object implements HttpHandler
Version: $Id: AbstractHttpHandler.java,v 1.12 2005/08/13 00:01:26 gregwilkins Exp $
Method Summary | |
---|---|
HttpContext | getHttpContext() |
String | getName() |
void | handleTrace(HttpRequest request, HttpResponse response) |
void | initialize(HttpContext context) Initialize with a HttpContext.
|
boolean | isStarted() |
void | setName(String name) |
void | start() |
void | stop() |
String | toString() |
Parameters: context Must be the HttpContext of the handler