| Package | Description |
|---|---|
| ca.uhn.fhir.rest.client | |
| ca.uhn.fhir.rest.client.apache | |
| ca.uhn.fhir.rest.client.api |
| Modifier and Type | Method and Description |
|---|---|
IHttpClient |
BaseClient.getHttpClient()
Do not call this method in client code.
|
protected abstract IHttpClient |
RestfulClientFactory.getHttpClient(String theServerBase)
Get the http client for the given server base
|
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 |
RestfulClientFactory.validateServerBase(String theServerBase,
IHttpClient theHttpClient,
BaseClient theClient) |
void |
IRestfulClientFactory.validateServerBase(String theServerBase,
IHttpClient theHttpClient,
BaseClient theClient) |
void |
RestfulClientFactory.validateServerBaseIfConfiguredToDoSo(String theServerBase,
IHttpClient theHttpClient,
BaseClient theClient) |
void |
IRestfulClientFactory.validateServerBaseIfConfiguredToDoSo(String theServerBase,
IHttpClient theHttpClient,
BaseClient theClient)
This method is internal to HAPI - It may change in future versions, use with caution.
|
| Constructor and Description |
|---|
ClientInvocationHandler(IHttpClient theClient,
FhirContext theContext,
String theUrlBase,
Map<Method,Object> theMethodToReturnValue,
Map<Method,BaseMethodBinding<?>> theBindings,
Map<Method,ClientInvocationHandlerFactory.ILambda> theMethodToLambda,
RestfulClientFactory theFactory) |
ClientInvocationHandlerFactory(IHttpClient theClient,
FhirContext theContext,
String theUrlBase,
Class<? extends IRestfulClient> theClientType) |
GenericClient(FhirContext theContext,
IHttpClient theHttpClient,
String theServerBase,
RestfulClientFactory theFactory)
For now, this is a part of the internal API of HAPI - Use with caution as this method may change!
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApacheHttpClient
A Http Client based on Apache.
|
class |
BaseHttpClient |
| Modifier and Type | Method and Description |
|---|---|
IHttpClient |
ApacheRestfulClientFactory.getHttpClient(StringBuilder theUrl,
Map<String,List<String>> theIfNoneExistParams,
String theIfNoneExistString,
RequestTypeEnum theRequestType,
List<Header> theHeaders) |
| Modifier and Type | Method and Description |
|---|---|
IHttpClient |
IRestfulClient.getHttpClient()
Do not call this method in client code.
|
Copyright © 2014–2017 University Health Network. All rights reserved.