| Package | Description |
|---|---|
| ca.uhn.fhir.rest.client.api |
| Modifier and Type | Method and Description |
|---|---|
IHttpClient |
IRestfulClient.getHttpClient()
Do not call this method in client code.
|
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 |
|---|---|
void |
IRestfulClientFactory.validateServerBase(String theServerBase,
IHttpClient theHttpClient,
IRestfulClient theClient) |
void |
IRestfulClientFactory.validateServerBaseIfConfiguredToDoSo(String theServerBase,
IHttpClient theHttpClient,
IRestfulClient theClient)
This method is internal to HAPI - It may change in future versions, use with caution.
|
Copyright © 2014–2019 University Health Network. All rights reserved.