Package org.bedework.bwcli.bwcmd
Class HttpClient
- java.lang.Object
-
- org.bedework.util.http.PooledHttpClient
-
- org.bedework.bwcli.bwcmd.HttpClient
-
public class HttpClient extends org.bedework.util.http.PooledHttpClientCarry out all communications with web service
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bedework.util.http.PooledHttpClient
org.bedework.util.http.PooledHttpClient.IdleConnectionMonitorThread, org.bedework.util.http.PooledHttpClient.ProcessResponse<T extends Object>, org.bedework.util.http.PooledHttpClient.ResponseHolder<T extends Object>
-
-
Constructor Summary
Constructors Constructor Description HttpClient(URI uri)
-
Method Summary
-
Methods inherited from class org.bedework.util.http.PooledHttpClient
delete, get, getBinary, getConnStats, getDefaultMaxPerRoute, getJson, getJson, getLong, getMaxConnections, getString, post, postForm, postJson, postJson, postJson, postXml, propfind, put, release, report, setDefaultMaxPerRoute, setHeadersFetcher, setHostLimit, setMaxConnections
-
-