xsul.http_client
Class ClientSocketConnection
java.lang.Object
xsul.http_client.HttpClientConnectionManager
xsul.http_client.ClientSocketConnection
- public class ClientSocketConnection
- extends HttpClientConnectionManager
Represents client side socket connection. This class should not be used directly.
- Version:
- $Revision: 1.5 $
- Author:
- Aleksander Slominski
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
close
public void close()
- Forceful close of socket and associated streams
setTimeout
public void setTimeout(int timeout)
throws HttpClientException
- Throws:
HttpClientException
getTimeout
public int getTimeout()
getSocket
public java.net.Socket getSocket()
getHost
public java.lang.String getHost()
getPort
public int getPort()
getInputStream
public java.io.InputStream getInputStream()
getOutputStream
public java.io.OutputStream getOutputStream()
toString
public java.lang.String toString()
IU Extreme! Lab (http://www.extreme.indiana.edu)