Uses of Class
sunlabs.brazil.util.http.HttpSocket

Packages that use HttpSocket
sunlabs.brazil.util.http   
 

Uses of HttpSocket in sunlabs.brazil.util.http
 

Methods in sunlabs.brazil.util.http that return HttpSocket
 HttpSocket HttpSocketPool.get(String host, int port, boolean reuse)
          Returns an HttpSocket that can be used to communicate with the specified port on the named host.
 

Methods in sunlabs.brazil.util.http with parameters of type HttpSocket
 void HttpSocketPool.close(HttpSocket hs, boolean reuse)
          Releases an HttpSocket to this pool when it is not in use any more.