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
IOException
public void setReserved(boolean reserved)
public boolean isReserved()
public HttpDestination getDestination()
public void setDestination(HttpDestination destination)
public boolean send(HttpExchange ex) throws IOException
IOException
public void handle() throws IOException
handle
in interface org.mortbay.io.Connection
IOException
public boolean isIdle()
isIdle
in interface org.mortbay.io.Connection
public org.mortbay.io.EndPoint getEndPoint()
protected void reset(boolean returnBuffers) throws IOException
IOException
public String toDetailString()
public void close() throws IOException
IOException
public void setIdleTimeout()
public boolean cancelIdleTimeout()
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.