Uses of Class
sunlabs.brazil.util.http.HttpSocket
-
Packages that use HttpSocket Package Description sunlabs.brazil.util.http -
-
Uses of HttpSocket in sunlabs.brazil.util.http
Methods in sunlabs.brazil.util.http that return HttpSocket Modifier and Type Method Description HttpSocket
HttpSocketPool. get(java.lang.String host, int port, boolean reuse)
Returns anHttpSocket
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 Modifier and Type Method Description void
HttpSocketPool. close(HttpSocket hs, boolean reuse)
Releases anHttpSocket
to this pool when it is not in use any more.
-