| Package | Description |
|---|---|
| ca.uhn.fhir.rest.client | |
| ca.uhn.fhir.rest.client.api | |
| ca.uhn.fhir.rest.client.interceptor |
| Modifier and Type | Method and Description |
|---|---|
List<IClientInterceptor> |
BaseClient.getInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
IGenericClient.registerInterceptor(IClientInterceptor theInterceptor)
Register a new interceptor for this client.
|
void |
BaseClient.registerInterceptor(IClientInterceptor theInterceptor) |
void |
IGenericClient.unregisterInterceptor(IClientInterceptor theInterceptor)
Remove an intercaptor that was previously registered using
IRestfulClient.registerInterceptor(IClientInterceptor) |
void |
BaseClient.unregisterInterceptor(IClientInterceptor theInterceptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
IRestfulClient.registerInterceptor(IClientInterceptor theInterceptor)
Register a new interceptor for this client.
|
void |
IRestfulClient.unregisterInterceptor(IClientInterceptor theInterceptor)
Remove an intercaptor that was previously registered using
IRestfulClient.registerInterceptor(IClientInterceptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAuthInterceptor
HTTP interceptor to be used for adding HTTP basic auth username/password tokens
to requests
|
class |
BearerTokenAuthInterceptor
HTTP interceptor to be used for adding HTTP Authorization using "bearer tokens" to requests.
|
class |
CapturingInterceptor
Client interceptor which simply captures request and response objects and stores them so that they can be inspected after a client
call has returned
|
class |
CookieInterceptor
HTTP interceptor to be used for adding Cookie to requests.
|
class |
GZipContentInterceptor
Client interceptor which GZip compresses outgoing (POST/PUT) contents being uploaded
from the client to the server.
|
class |
LoggingInterceptor |
class |
UserInfoInterceptor
HTTP interceptor to be used for adding HTTP headers containing user identifying info for auditing purposes to the request
|
Copyright © 2014–2016 University Health Network. All rights reserved.