Class HttpClientConfig
- java.lang.Object
-
- com.adobe.pdfservices.operation.internal.http.config.HttpClientConfig
-
public class HttpClientConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttpClientConfig.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpClientTypegetClientType()intgetConnectTimeout()intgetMaxRetries()intgetMaxRetryInterval()intgetRetryBackoffInterval()doublegetRetryDelayFactor()intgetSocketTimeout()
-
-
-
Method Detail
-
getClientType
public HttpClientType getClientType()
-
getRetryBackoffInterval
public int getRetryBackoffInterval()
-
getMaxRetries
public int getMaxRetries()
-
getRetryDelayFactor
public double getRetryDelayFactor()
-
getMaxRetryInterval
public int getMaxRetryInterval()
-
getConnectTimeout
public int getConnectTimeout()
-
getSocketTimeout
public int getSocketTimeout()
-
-