public abstract class AbstractHttpHandler extends java.lang.Object implements HttpHandler
Constructor and Description |
---|
AbstractHttpHandler() |
Modifier and Type | Method and Description |
---|---|
HttpContext |
getHttpContext() |
java.lang.String |
getName()
Get the name of the handler.
|
void |
handleTrace(HttpRequest request,
HttpResponse response) |
void |
initialize(HttpContext context)
Initialize with a HttpContext.
|
boolean |
isStarted() |
void |
setName(java.lang.String name) |
void |
start()
Start the LifeCycle.
|
void |
stop()
Stop the LifeCycle.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
handle
public void setName(java.lang.String name)
public java.lang.String getName()
HttpHandler
getName
in interface HttpHandler
public HttpContext getHttpContext()
getHttpContext
in interface HttpHandler
public void initialize(HttpContext context)
initialize
in interface HttpHandler
context
- Must be the HttpContext of the handlerpublic void start() throws java.lang.Exception
LifeCycle
public void stop() throws java.lang.InterruptedException
LifeCycle
public boolean isStarted()
public java.lang.String toString()
toString
in class java.lang.Object
public void handleTrace(HttpRequest request, HttpResponse response) throws java.io.IOException
java.io.IOException
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.