| Class | Description |
|---|---|
| AdditionalRequestHeadersInterceptor |
This interceptor adds arbitrary header values to requests made by the client.
|
| BasicAuthInterceptor |
HTTP interceptor to be used for adding HTTP basic auth username/password tokens
to requests
|
| BearerTokenAuthInterceptor |
HTTP interceptor to be used for adding HTTP Authorization using "bearer tokens" to requests.
|
| 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
|
| CookieInterceptor |
HTTP interceptor to be used for adding Cookie to requests.
|
| LoggingInterceptor | |
| SimpleRequestHeaderInterceptor |
This interceptor adds an arbitrary header to requests made by this client.
|
| ThreadLocalCapturingInterceptor |
This is a client interceptor that captures the current request and response
in a ThreadLocal variable, meaning that it can work in multithreaded
environments without mixing up requests.
|
| UserInfoInterceptor |
HTTP interceptor to be used for adding HTTP headers containing user identifying info for auditing purposes to the request
|
Copyright © 2014–2019 University Health Network. All rights reserved.