Uses of Class
net.toddm.comm.RetryProfile
-
Packages that use RetryProfile Package Description net.toddm.comm The root package of the Comm Framework. -
-
Uses of RetryProfile in net.toddm.comm
Methods in net.toddm.comm that return RetryProfile Modifier and Type Method Description RetryProfileDefaultRetryPolicyProvider. shouldRetry(Work work, Exception error)Called by theCommManagerwhen network request work results in an exception.RetryProfileDefaultRetryPolicyProvider. shouldRetry(Work work, Response response)Called by theCommManagerwhen network request work results in a response back from the remote resource.RetryProfileRetryPolicyProvider. shouldRetry(Work work, Exception error)Called by theCommManagerwhen network request work results in an exception.RetryProfileRetryPolicyProvider. shouldRetry(Work work, Response response)Called by theCommManagerwhen network request work results in a response back from the remote resource.
-