public class HttpGetClientInvocation extends BaseHttpClientInvocation
| Constructor and Description |
|---|
HttpGetClientInvocation(ca.uhn.fhir.context.FhirContext theContext,
Map<String,List<String>> theParameters,
String... theUrlFragments) |
HttpGetClientInvocation(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
|
Map<String,List<String>> |
getParameters() |
String |
getUrlPath() |
addHeader, appendExtraParamsWithQuestionMark, createHttpRequest, getContext, getHeaders, getRestfulClientFactorypublic HttpGetClientInvocation(ca.uhn.fhir.context.FhirContext theContext, Map<String,List<String>> theParameters, String... theUrlFragments)
public HttpGetClientInvocation(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
serverpublic Map<String,List<String>> getParameters()
public String getUrlPath()
Copyright © 2014–2019 University Health Network. All rights reserved.