org.mortbay.jetty.client
Class HttpConnection
java.lang.Object
org.mortbay.jetty.client.HttpConnection
- All Implemented Interfaces:
- org.mortbay.io.Connection
public class HttpConnection
- extends Object
- implements org.mortbay.io.Connection
- Author:
- Greg Wilkins, Guillaume Nodet
_reserved
public boolean _reserved
dump
public void dump()
throws IOException
- Throws:
IOException
setReserved
public void setReserved(boolean reserved)
isReserved
public boolean isReserved()
getDestination
public HttpDestination getDestination()
setDestination
public void setDestination(HttpDestination destination)
send
public boolean send(HttpExchange ex)
throws IOException
- Throws:
IOException
handle
public void handle()
throws IOException
- Specified by:
handle
in interface org.mortbay.io.Connection
- Throws:
IOException
isIdle
public boolean isIdle()
- Specified by:
isIdle
in interface org.mortbay.io.Connection
getEndPoint
public org.mortbay.io.EndPoint getEndPoint()
reset
protected void reset(boolean returnBuffers)
throws IOException
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Object
toDetailString
public String toDetailString()
close
public void close()
throws IOException
- Throws:
IOException
setIdleTimeout
public void setIdleTimeout()
cancelIdleTimeout
public boolean cancelIdleTimeout()
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.