| 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 |
| Modifier and Type | Method and Description |
|---|---|
IHttpResponse |
BaseClient.getLastResponse()
For now, this is a part of the internal API of HAPI - Use with caution as this method may change!
|
| Modifier and Type | Method and Description |
|---|---|
void |
IClientInterceptor.interceptResponse(IHttpResponse theResponse)
Fired by the client upon receiving an HTTP response, prior to processing that response
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApacheHttpResponse
A Http Response based on Apache.
|
| Modifier and Type | Method and Description |
|---|---|
IHttpResponse |
ApacheHttpRequest.execute() |
| Modifier and Type | Method and Description |
|---|---|
void |
GZipContentInterceptor.interceptResponse(IHttpResponse theResponse) |
| Modifier and Type | Method and Description |
|---|---|
IHttpResponse |
IHttpRequest.execute()
Execute the request
|
| Modifier and Type | Method and Description |
|---|---|
IHttpResponse |
CapturingInterceptor.getLastResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserInfoInterceptor.interceptResponse(IHttpResponse theResponse) |
void |
CapturingInterceptor.interceptResponse(IHttpResponse theResponse) |
void |
BearerTokenAuthInterceptor.interceptResponse(IHttpResponse theResponse) |
void |
CookieInterceptor.interceptResponse(IHttpResponse theResponse) |
void |
LoggingInterceptor.interceptResponse(IHttpResponse theResponse) |
void |
BasicAuthInterceptor.interceptResponse(IHttpResponse theResponse) |
Copyright © 2014–2017 University Health Network. All rights reserved.