public class HttpGetClientInvocation extends BaseHttpClientInvocation
| Constructor and Description |
|---|
HttpGetClientInvocation(List<String> theUrlFragments) |
HttpGetClientInvocation(Map<String,List<String>> theParameters,
List<String> theUrlFragments) |
HttpGetClientInvocation(Map<String,List<String>> theParameters,
String... theUrlFragments) |
HttpGetClientInvocation(String... theUrlFragments) |
HttpGetClientInvocation(String theUrlPath) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.client.methods.HttpGet |
asHttpRequest(String theUrlBase,
Map<String,List<String>> theExtraParams,
EncodingEnum theEncoding,
Boolean thePrettyPrint)
Create an HTTP request out of this client request
|
Map<String,List<String>> |
getParameters() |
String |
getUrlPath() |
addHeader, addHeadersToRequest, appendExtraParamsWithQuestionMarkpublic HttpGetClientInvocation(Map<String,List<String>> theParameters, String... theUrlFragments)
public HttpGetClientInvocation(Map<String,List<String>> theParameters, List<String> theUrlFragments)
public HttpGetClientInvocation(String theUrlPath)
public HttpGetClientInvocation(String... theUrlFragments)
public HttpGetClientInvocation(List<String> theUrlFragments)
public Map<String,List<String>> getParameters()
public String getUrlPath()
public org.apache.http.client.methods.HttpGet asHttpRequest(String theUrlBase, Map<String,List<String>> theExtraParams, 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–2016 University Health Network. All rights reserved.