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 HttpSocketHttpSocketPool. get(java.lang.String host, int port, boolean reuse)Returns anHttpSocketthat 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 voidHttpSocketPool. close(HttpSocket hs, boolean reuse)Releases anHttpSocketto this pool when it is not in use any more.
-