public interface IHttpClient
Modifier and Type | Method and Description |
---|---|
IHttpRequest |
createBinaryRequest(FhirContext theContext,
IBaseBinary theBinary)
Create a binary request
|
IHttpRequest |
createByteRequest(FhirContext theContext,
String theContents,
String theContentType,
EncodingEnum theEncoding)
Create a byte request
|
IHttpRequest |
createGetRequest(FhirContext theContext,
EncodingEnum theEncoding)
Create a normal http get request
|
IHttpRequest |
createParamRequest(FhirContext theContext,
Map<String,List<String>> theParams,
EncodingEnum theEncoding)
Create a parameter request
|
IHttpRequest createByteRequest(FhirContext theContext, String theContents, String theContentType, EncodingEnum theEncoding)
theContext
- TODOtheContents
- the contentstheContentType
- the contentTypetheEncoding
- the encodingIHttpRequest createParamRequest(FhirContext theContext, Map<String,List<String>> theParams, EncodingEnum theEncoding)
theContext
- TODOtheParams
- the parameterstheEncoding
- the encodingIHttpRequest createBinaryRequest(FhirContext theContext, IBaseBinary theBinary)
theContext
- TODOtheBinary
- the binaryIHttpRequest createGetRequest(FhirContext theContext, EncodingEnum theEncoding)
theContext
- TODOtheEncoding
- the request encodingCopyright © 2014–2019 University Health Network. All rights reserved.