Package net.devslash
Class Config
-
- All Implemented Interfaces:
public final class Config
-
-
Field Summary
Fields Modifier and Type Field Description private final Boolean
followRedirects
private final Integer
socketTimeout
private final Integer
connectTimeout
private final Integer
connectionRequestTimeout
-
Method Summary
Modifier and Type Method Description final Boolean
getFollowRedirects()
final Integer
getSocketTimeout()
final Integer
getConnectTimeout()
final Integer
getConnectionRequestTimeout()
-
-
Method Detail
-
getFollowRedirects
final Boolean getFollowRedirects()
-
getSocketTimeout
final Integer getSocketTimeout()
-
getConnectTimeout
final Integer getConnectTimeout()
-
getConnectionRequestTimeout
final Integer getConnectionRequestTimeout()
-
-
-
-