public class HttpConnection extends Object implements org.mortbay.io.Connection
| Modifier and Type | Field and Description |
|---|---|
boolean |
_reserved |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancelIdleTimeout() |
void |
close() |
void |
dump() |
HttpDestination |
getDestination() |
org.mortbay.io.EndPoint |
getEndPoint() |
void |
handle() |
boolean |
isIdle() |
boolean |
isReserved() |
protected void |
reset(boolean returnBuffers) |
boolean |
send(HttpExchange ex) |
void |
setDestination(HttpDestination destination) |
void |
setIdleTimeout() |
void |
setReserved(boolean reserved) |
String |
toDetailString() |
String |
toString() |
public void dump()
throws IOException
IOExceptionpublic void setReserved(boolean reserved)
public boolean isReserved()
public HttpDestination getDestination()
public void setDestination(HttpDestination destination)
public boolean send(HttpExchange ex) throws IOException
IOExceptionpublic void handle()
throws IOException
handle in interface org.mortbay.io.ConnectionIOExceptionpublic boolean isIdle()
isIdle in interface org.mortbay.io.Connectionpublic org.mortbay.io.EndPoint getEndPoint()
protected void reset(boolean returnBuffers)
throws IOException
IOExceptionpublic String toDetailString()
public void close()
throws IOException
IOExceptionpublic void setIdleTimeout()
public boolean cancelIdleTimeout()
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.