public class HttpSocket
extends java.lang.Object
HttpSocketPool
for
the HttpRequest
object.
This class should not be visible at this scope. It is only here until a better place for it is found.
Modifier and Type | Field and Description |
---|---|
boolean |
firstTime |
java.lang.String |
host |
java.io.InputStream |
in |
long |
lastUsed |
java.io.OutputStream |
out |
int |
port |
java.net.Socket |
sock |
int |
timesUsed |
Constructor and Description |
---|
HttpSocket(java.lang.String host,
int port) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public java.lang.String host
public int port
public boolean firstTime
public long lastUsed
public int timesUsed
public java.net.Socket sock
public java.io.InputStream in
public java.io.OutputStream out