Skip navigation links
C D E F I W 

C

cancel() - Method in class dev.failsafe.okhttp.FailsafeCall
Cancels the call.
clone() - Method in class dev.failsafe.okhttp.FailsafeCall
Returns a clone of the FailsafeCall.
compose(P) - Method in class dev.failsafe.okhttp.FailsafeCall.FailsafeCallBuilder
 
compose(Call) - Method in class dev.failsafe.okhttp.FailsafeCall.FailsafeCallBuilder
 

D

dev.failsafe.okhttp - package dev.failsafe.okhttp
 

E

execute() - Method in class dev.failsafe.okhttp.FailsafeCall
Executes the call until a successful response is returned or the configured policies are exceeded.
executeAsync() - Method in class dev.failsafe.okhttp.FailsafeCall
Executes the call asynchronously until a successful result is returned or the configured policies are exceeded.

F

FailsafeCall - Class in dev.failsafe.okhttp
A Failsafe wrapped OkHttp Call.
FailsafeCall.FailsafeCallBuilder - Class in dev.failsafe.okhttp
 

I

isCancelled() - Method in class dev.failsafe.okhttp.FailsafeCall
Returns whether the call has been cancelled.
isExecuted() - Method in class dev.failsafe.okhttp.FailsafeCall
Returns whether the call has been executed.

W

with(P, P...) - Static method in class dev.failsafe.okhttp.FailsafeCall
Returns a FailsafeCallBuilder for the outerPolicy and policies.
with(FailsafeExecutor<Response>) - Static method in class dev.failsafe.okhttp.FailsafeCall
Returns a FailsafeCallBuilder for the failsafeExecutor.
C D E F I W 
Skip navigation links

Copyright © 2022. All rights reserved.