| Class | Description |
|---|---|
| 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.
|
| GZipContentInterceptor |
Client interceptor which GZip compresses outgoing (POST/PUT) contents being uploaded
from the client to the server.
|
| LoggingInterceptor | |
| 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.