| Package | Description |
|---|---|
| ca.uhn.fhir.rest.client | |
| ca.uhn.fhir.rest.client.apache |
| Modifier and Type | Method and Description |
|---|---|
List<Header> |
BaseHttpClientInvocation.getHeaders()
Returns the http headers to be sent with the request
|
| Modifier and Type | Method and Description |
|---|---|
IHttpClient |
IRestfulClientFactory.getHttpClient(StringBuilder theUrl,
Map<String,List<String>> theIfNoneExistParams,
String theIfNoneExistString,
RequestTypeEnum theRequestType,
List<Header> theHeaders)
Returns the HTTP client instance.
|
| Modifier and Type | Method and Description |
|---|---|
IHttpClient |
ApacheRestfulClientFactory.getHttpClient(StringBuilder theUrl,
Map<String,List<String>> theIfNoneExistParams,
String theIfNoneExistString,
RequestTypeEnum theRequestType,
List<Header> theHeaders) |
| Constructor and Description |
|---|
ApacheHttpClient(org.apache.http.client.HttpClient theClient,
StringBuilder theUrl,
Map<String,List<String>> theIfNoneExistParams,
String theIfNoneExistString,
RequestTypeEnum theRequestType,
List<Header> theHeaders) |
BaseHttpClient(StringBuilder theUrl,
Map<String,List<String>> theIfNoneExistParams,
String theIfNoneExistString,
RequestTypeEnum theRequestType,
List<Header> theHeaders)
Constructor
|
Copyright © 2014–2017 University Health Network. All rights reserved.