public class ApacheHttpClient extends BaseHttpClient implements IHttpClient
HttpClientmyRequestType, myUrl| Constructor and Description |
|---|
ApacheHttpClient(org.apache.http.client.HttpClient theClient,
StringBuilder theUrl,
Map<String,List<String>> theIfNoneExistParams,
String theIfNoneExistString,
RequestTypeEnum theRequestType,
List<Header> theHeaders) |
| Modifier and Type | Method and Description |
|---|---|
protected IHttpRequest |
createHttpRequest() |
protected IHttpRequest |
createHttpRequest(byte[] content) |
protected IHttpRequest |
createHttpRequest(Map<String,List<String>> theParams) |
protected IHttpRequest |
createHttpRequest(String theContents) |
addHeadersToRequest, createBinaryRequest, createByteRequest, createGetRequest, createParamRequestclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateBinaryRequest, createByteRequest, createGetRequest, createParamRequestpublic ApacheHttpClient(org.apache.http.client.HttpClient theClient, StringBuilder theUrl, Map<String,List<String>> theIfNoneExistParams, String theIfNoneExistString, RequestTypeEnum theRequestType, List<Header> theHeaders)
protected IHttpRequest createHttpRequest()
createHttpRequest in class BaseHttpClientprotected IHttpRequest createHttpRequest(byte[] content)
createHttpRequest in class BaseHttpClientprotected IHttpRequest createHttpRequest(Map<String,List<String>> theParams)
createHttpRequest in class BaseHttpClientprotected IHttpRequest createHttpRequest(String theContents)
createHttpRequest in class BaseHttpClientCopyright © 2014–2018 University Health Network. All rights reserved.