org.mortbay.http.handler
Class AbstractHttpHandler
java.lang.Object
org.mortbay.http.handler.AbstractHttpHandler
- HttpHandler, LifeCycle, Serializable
public abstract class AbstractHttpHandler
extends java.lang.Object
Base HTTP Handler.
This No-op handler is a good base for other handlers
$Id: AbstractHttpHandler.java,v 1.12 2005/08/13 00:01:26 gregwilkins Exp $
getName
public String getName()
Get the name of the handler.
- getName in interface HttpHandler
- The name of the handler used for logging and reporting.
initialize
public void initialize(HttpContext context)
Initialize with a HttpContext.
Called by addHandler methods of HttpContext.
- initialize in interface HttpHandler
context
- Must be the HttpContext of the handler
setName
public void setName(String name)
stop
public void stop()
throws InterruptedException
- stop in interface LifeCycle
toString
public String toString()
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.