ClockSkewInterceptor
An interceptor used to detect clock skew (difference between client and server clocks) and apply a correction.
Functions
Link copied to clipboard
open suspend override fun modifyBeforeAttemptCompletion(context: ResponseInterceptorContext<Any, Any, HttpRequest, HttpResponse?>): Result<Any>
After receiving a response, check if the client clock is skewed and apply a correction if necessary.
Link copied to clipboard
open suspend override fun modifyBeforeSigning(context: ProtocolRequestInterceptorContext<Any, HttpRequest>): HttpRequest
Apply the previously-computed skew, if it's set, to the execution context before signing
Inherited functions
Link copied to clipboard
open suspend fun modifyBeforeCompletion(context: ResponseInterceptorContext<Any, Any, HttpRequest?, HttpResponse?>): Result<Any>
Link copied to clipboard
open suspend fun modifyBeforeDeserialization(context: ProtocolResponseInterceptorContext<Any, HttpRequest, HttpResponse>): HttpResponse
Link copied to clipboard
open suspend fun modifyBeforeRetryLoop(context: ProtocolRequestInterceptorContext<Any, HttpRequest>): HttpRequest
Link copied to clipboard
Link copied to clipboard
open suspend fun modifyBeforeTransmit(context: ProtocolRequestInterceptorContext<Any, HttpRequest>): HttpRequest
Link copied to clipboard
open fun readAfterAttempt(context: ResponseInterceptorContext<Any, Any, HttpRequest, HttpResponse?>)
Link copied to clipboard
open fun readAfterDeserialization(context: ResponseInterceptorContext<Any, Any, HttpRequest, HttpResponse>)
Link copied to clipboard
open fun readAfterExecution(context: ResponseInterceptorContext<Any, Any, HttpRequest?, HttpResponse?>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun readAfterTransmit(context: ProtocolResponseInterceptorContext<Any, HttpRequest, HttpResponse>)
Link copied to clipboard
Link copied to clipboard
open fun readBeforeDeserialization(context: ProtocolResponseInterceptorContext<Any, HttpRequest, HttpResponse>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard