root
root
API
org.encalmo.utils
HttpFormatter
HttpieFormatter
RequestUtils
DelayedRetryPolicy
DelayedRetryPolicy
NoRetry
Retry
Retry
RetryOn5xx
RetryPolicy
RetryWithDelay
RetryWithPolicy
root
/
org.encalmo.utils
/
RequestUtils
/
RetryOn5xx
RetryOn5xx
org.encalmo.utils.RequestUtils.RetryOn5xx
object
RetryOn5xx
extends
RetryWithPolicy
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
RetryWithPolicy
trait
Retry
class
Object
trait
Matchable
class
Any
Self type
RetryOn5xx
.
type
Members list
Clear all
Value members
Concrete methods
def
initialPolicy
[
T
](
initialResponse
:
Response
[
T
]):
RetryPolicy
[
T
]
def
shouldRetry
[
T
](
response
:
Response
[
T
]):
Boolean
Inherited methods
def
andWhen
(
condition
: [
T
]
=>
(x$1:
Response
[
T
])
=>
Boolean
):
RetryWithPolicy
Attributes
Inherited from:
RetryWithPolicy
def
orWhen
(
condition
: [
T
]
=>
(x$1:
Response
[
T
])
=>
Boolean
):
RetryWithPolicy
Attributes
Inherited from:
RetryWithPolicy
override
def
send
[
T
](
request
:
Request
[
T
],
debugResponse
:
Boolean
):
Response
[
T
]
Attributes
Definition Classes
RetryWithPolicy
->
Retry
Inherited from:
RetryWithPolicy
def
withInitialPolicy
(
policy
: [
T
]
=>
(x$1:
Response
[
T
])
=>
RetryPolicy
[
T
]):
RetryWithPolicy
Attributes
Inherited from:
RetryWithPolicy
In this article
Attributes
Members list
Value members
Concrete methods
Inherited methods