org.mortbay.http.handler
Class NullHandler

java.lang.Object
  |
  +--org.mortbay.http.handler.AbstractHttpHandler
        |
        +--org.mortbay.http.handler.NullHandler
All Implemented Interfaces:
HttpHandler, LifeCycle, java.io.Serializable

Deprecated. Use AbstractHttpHandler

public abstract class NullHandler
extends AbstractHttpHandler

Abstract HTTP Handler.

Version:
$Id: NullHandler.java,v 1.15 2002/12/14 13:02:56 bretts Exp $
Author:
Greg Wilkins (gregw)
See Also:
Serialized Form

Constructor Summary
NullHandler()
          Deprecated.  
 
Methods inherited from class org.mortbay.http.handler.AbstractHttpHandler
getHttpContext, getName, handleTrace, initialize, isStarted, setName, start, stop, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.mortbay.http.HttpHandler
handle
 

Constructor Detail

NullHandler

public NullHandler()
Deprecated. 


Copyright ? 2000 Mortbay Consulting Pty. Ltd. All Rights Reserved.