public class ApacheHttpClient extends BaseHttpClient implements ca.uhn.fhir.rest.client.api.IHttpClient
HttpClientmyRequestType, myUrl| Constructor and Description |
|---|
ApacheHttpClient(org.apache.http.client.HttpClient theClient,
StringBuilder theUrl,
Map<String,List<String>> theIfNoneExistParams,
String theIfNoneExistString,
ca.uhn.fhir.rest.api.RequestTypeEnum theRequestType,
List<ca.uhn.fhir.rest.client.api.Header> theHeaders) |
| Modifier and Type | Method and Description |
|---|---|
protected ca.uhn.fhir.rest.client.api.IHttpRequest |
createHttpRequest() |
protected ca.uhn.fhir.rest.client.api.IHttpRequest |
createHttpRequest(byte[] content) |
protected ca.uhn.fhir.rest.client.api.IHttpRequest |
createHttpRequest(Map<String,List<String>> theParams) |
protected ca.uhn.fhir.rest.client.api.IHttpRequest |
createHttpRequest(String theContents) |
addHeadersToRequest, createBinaryRequest, createByteRequest, createGetRequest, createParamRequestpublic ApacheHttpClient(org.apache.http.client.HttpClient theClient, StringBuilder theUrl, Map<String,List<String>> theIfNoneExistParams, String theIfNoneExistString, ca.uhn.fhir.rest.api.RequestTypeEnum theRequestType, List<ca.uhn.fhir.rest.client.api.Header> theHeaders)
protected ca.uhn.fhir.rest.client.api.IHttpRequest createHttpRequest()
createHttpRequest in class BaseHttpClientprotected ca.uhn.fhir.rest.client.api.IHttpRequest createHttpRequest(byte[] content)
createHttpRequest in class BaseHttpClientprotected ca.uhn.fhir.rest.client.api.IHttpRequest createHttpRequest(Map<String,List<String>> theParams)
createHttpRequest in class BaseHttpClientprotected ca.uhn.fhir.rest.client.api.IHttpRequest createHttpRequest(String theContents)
createHttpRequest in class BaseHttpClientCopyright © 2014–2019 University Health Network. All rights reserved.