| Package | Description |
|---|---|
| ca.uhn.fhir.rest.client.api |
| Modifier and Type | Method and Description |
|---|---|
IHttpRequest |
IHttpClient.createBinaryRequest(FhirContext theContext,
IBaseBinary theBinary)
Create a binary request
|
IHttpRequest |
IHttpClient.createByteRequest(FhirContext theContext,
String theContents,
String theContentType,
EncodingEnum theEncoding)
Create a byte request
|
IHttpRequest |
IHttpClient.createGetRequest(FhirContext theContext,
EncodingEnum theEncoding)
Create a normal http get request
|
IHttpRequest |
IHttpClient.createParamRequest(FhirContext theContext,
Map<String,List<String>> theParams,
EncodingEnum theEncoding)
Create a parameter request
|
| Modifier and Type | Method and Description |
|---|---|
void |
IClientInterceptor.interceptRequest(IHttpRequest theRequest)
Fired by the client just before invoking the HTTP client request
|
Copyright © 2014–2019 University Health Network. All rights reserved.