Class RetryHeaderUtils
- java.lang.Object
-
- io.github.shsmysore.fcmjava.client.http.apache.utils.RetryHeaderUtils
-
public class RetryHeaderUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description RetryHeaderUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleantryDetermineRetryDelay(org.apache.http.HttpResponse httpResponse, OutParameter<Duration> result)
-
-
-
Method Detail
-
tryDetermineRetryDelay
public static boolean tryDetermineRetryDelay(org.apache.http.HttpResponse httpResponse, OutParameter<Duration> result)
-
-