This class supports connection pooling and GZIP compression. This implementation can reuse an existing HttpClient or create and manage it's own connection pool. Note: This class wraps all exceptions as unchecked RestExceptions so there is no need to explicitly catch them unless required.
Logging is supported via SLF4J at Error, Debug and Trace levels. This class is thread safe.
Calling code should invoke the destroy method when finished to free up resources
@author Toby Hobson
|
|
|
|