public interface IHttpClientFactory
HttpClient
objects.Modifier and Type | Method and Description |
---|---|
org.eclipse.jetty.client.HttpClient |
newInstance()
Starts an
HttpClient . |
org.eclipse.jetty.client.HttpClient newInstance()
HttpClient
.
Note: The caller MUST use AbstractLifeCycle.stop()
to terminate the
returned HttpClient
when they are done with it. Failure to do so
will leak resources.
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.