public class HttpSimpleGetClientInvocation extends BaseHttpClientInvocation
| Constructor and Description |
|---|
HttpSimpleGetClientInvocation(ca.uhn.fhir.context.FhirContext theContext,
String theUrlPath) |
| Modifier and Type | Method and Description |
|---|---|
ca.uhn.fhir.rest.client.api.IHttpRequest |
asHttpRequest(String theUrlBase,
Map<String,List<String>> theExtraParams,
ca.uhn.fhir.rest.api.EncodingEnum theEncoding,
Boolean thePrettyPrint)
Create an HTTP request out of this client request
|
addHeader, appendExtraParamsWithQuestionMark, createHttpRequest, getContext, getHeaders, getRestfulClientFactorypublic HttpSimpleGetClientInvocation(ca.uhn.fhir.context.FhirContext theContext, String theUrlPath)
public ca.uhn.fhir.rest.client.api.IHttpRequest asHttpRequest(String theUrlBase, Map<String,List<String>> theExtraParams, ca.uhn.fhir.rest.api.EncodingEnum theEncoding, Boolean thePrettyPrint)
BaseHttpClientInvocationasHttpRequest in class BaseHttpClientInvocationtheUrlBase - The FHIR server base url (with a trailing "/")theExtraParams - Any extra request parameters the server wishes to addtheEncoding - The encoding to use for any serialized content sent to the
serverCopyright © 2014–2019 University Health Network. All rights reserved.