| Package | Description |
|---|---|
| ca.uhn.fhir.rest.client | |
| ca.uhn.fhir.rest.client.apache | |
| ca.uhn.fhir.rest.client.api | |
| ca.uhn.fhir.rest.client.interceptor | |
| ca.uhn.fhir.rest.method | |
| ca.uhn.fhir.rest.server |
| Modifier and Type | Method and Description |
|---|---|
abstract IHttpRequest |
BaseHttpClientInvocation.asHttpRequest(String theUrlBase,
Map<String,List<String>> theExtraParams,
EncodingEnum theEncoding,
Boolean thePrettyPrint)
Create an HTTP request out of this client request
|
protected IHttpRequest |
BaseHttpClientInvocation.createHttpRequest(String theUrl,
EncodingEnum theEncoding,
RequestTypeEnum theRequestType)
Create an HTTP request for the given url, encoding and request-type
|
IHttpRequest |
GenericClient.getLastRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
IClientInterceptor.interceptRequest(IHttpRequest theRequest)
Fired by the client just before invoking the HTTP client request
|
void |
GenericClient.setLastRequest(IHttpRequest theLastRequest)
For now, this is a part of the internal API of HAPI - Use with caution as this method may change!
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApacheHttpRequest
A Http Request based on Apache.
|
| Modifier and Type | Method and Description |
|---|---|
IHttpRequest |
BaseHttpClient.createBinaryRequest(FhirContext theContext,
IBaseBinary theBinary) |
IHttpRequest |
BaseHttpClient.createByteRequest(FhirContext theContext,
String theContents,
String theContentType,
EncodingEnum theEncoding) |
IHttpRequest |
BaseHttpClient.createGetRequest(FhirContext theContext,
EncodingEnum theEncoding) |
protected IHttpRequest |
ApacheHttpClient.createHttpRequest() |
protected abstract IHttpRequest |
BaseHttpClient.createHttpRequest() |
protected IHttpRequest |
ApacheHttpClient.createHttpRequest(byte[] content) |
protected abstract IHttpRequest |
BaseHttpClient.createHttpRequest(byte[] theContent) |
protected IHttpRequest |
ApacheHttpClient.createHttpRequest(Map<String,List<String>> theParams) |
protected abstract IHttpRequest |
BaseHttpClient.createHttpRequest(Map<String,List<String>> theParams) |
protected IHttpRequest |
ApacheHttpClient.createHttpRequest(String theContents) |
protected abstract IHttpRequest |
BaseHttpClient.createHttpRequest(String theContents) |
IHttpRequest |
BaseHttpClient.createParamRequest(FhirContext theContext,
Map<String,List<String>> theParams,
EncodingEnum theEncoding) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseHttpClient.addHeadersToRequest(IHttpRequest theHttpRequest,
EncodingEnum theEncoding,
FhirContext theContext) |
void |
GZipContentInterceptor.interceptRequest(IHttpRequest theRequestInterface) |
| 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 |
|---|---|
IHttpRequest |
CapturingInterceptor.getLastRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserInfoInterceptor.interceptRequest(IHttpRequest theRequest) |
void |
CapturingInterceptor.interceptRequest(IHttpRequest theRequest) |
void |
BearerTokenAuthInterceptor.interceptRequest(IHttpRequest theRequest) |
void |
CookieInterceptor.interceptRequest(IHttpRequest theRequest) |
void |
LoggingInterceptor.interceptRequest(IHttpRequest theRequest) |
void |
BasicAuthInterceptor.interceptRequest(IHttpRequest theRequest) |
| Modifier and Type | Method and Description |
|---|---|
IHttpRequest |
HttpPatchClientInvocation.asHttpRequest(String theUrlBase,
Map<String,List<String>> theExtraParams,
EncodingEnum theEncoding,
Boolean thePrettyPrint) |
IHttpRequest |
HttpSimpleGetClientInvocation.asHttpRequest(String theUrlBase,
Map<String,List<String>> theExtraParams,
EncodingEnum theEncoding,
Boolean thePrettyPrint) |
IHttpRequest |
HttpGetClientInvocation.asHttpRequest(String theUrlBase,
Map<String,List<String>> theExtraParams,
EncodingEnum theEncoding,
Boolean thePrettyPrint) |
IHttpRequest |
HttpDeleteClientInvocation.asHttpRequest(String theUrlBase,
Map<String,List<String>> theExtraParams,
EncodingEnum theEncoding,
Boolean thePrettyPrint) |
protected IHttpRequest |
HttpPatchClientInvocation.createHttpRequest(String theUrl,
EncodingEnum theEncoding,
RequestTypeEnum theRequestType) |
protected IHttpRequest |
HttpDeleteClientInvocation.createHttpRequest(String theUrl,
EncodingEnum theEncoding,
RequestTypeEnum theRequestType) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RestfulServerUtils.addAcceptHeaderToRequest(EncodingEnum theEncoding,
IHttpRequest theHttpRequest,
FhirContext theContext) |
Copyright © 2014–2017 University Health Network. All rights reserved.