Package sunlabs.brazil.util.http
Class HttpSocket
- java.lang.Object
-
- sunlabs.brazil.util.http.HttpSocket
-
public class HttpSocket extends java.lang.Object
This class is used as the bag of information kept about a open, idle socket. It is not meant to be used externally by anyone except someone writing a new implementation of anHttpSocketPool
for theHttpRequest
object.This class should not be visible at this scope. It is only here until a better place for it is found.
-
-
Constructor Summary
Constructors Constructor Description HttpSocket(java.lang.String host, int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-