Package | Description |
---|---|
sunlabs.brazil.util.http |
Modifier and Type | Method and Description |
---|---|
HttpSocket |
HttpSocketPool.get(java.lang.String host,
int port,
boolean reuse)
Returns an
HttpSocket that can be used to communicate
with the specified port on the named host. |
Modifier and Type | Method and Description |
---|---|
void |
HttpSocketPool.close(HttpSocket hs,
boolean reuse)
Releases an
HttpSocket to this pool when it is not
in use any more. |