C D E F I W
All Classes All Packages
All Classes All Packages
All Classes All Packages
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(Call) - Method in class dev.failsafe.okhttp.FailsafeCall.FailsafeCallBuilder
- compose(P) - 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(FailsafeExecutor<Response>) - Static method in class dev.failsafe.okhttp.FailsafeCall
-
Returns a FailsafeCallBuilder for the
failsafeExecutor. - with(P, P...) - Static method in class dev.failsafe.okhttp.FailsafeCall
-
Returns a FailsafeCallBuilder for the
outerPolicyandpolicies.
All Classes All Packages