Class ConnectionConfig
java.lang.Object
org.apache.hc.client5.http.config.ConnectionConfig
- All Implemented Interfaces:
Cloneable
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ConnectionConfigclone()static ConnectionConfig.Buildercopy(ConnectionConfig config) static ConnectionConfig.Buildercustom()org.apache.hc.core5.util.Timeoutorg.apache.hc.core5.util.Timeoutorg.apache.hc.core5.util.TimeValueorg.apache.hc.core5.util.TimeValuetoString()
-
Field Details
-
DEFAULT
-
-
Constructor Details
-
ConnectionConfig
protected ConnectionConfig()Intended for CDI compatibility
-
-
Method Details
-
getSocketTimeout
public org.apache.hc.core5.util.Timeout getSocketTimeout()- See Also:
-
getConnectTimeout
public org.apache.hc.core5.util.Timeout getConnectTimeout()- See Also:
-
getValidateAfterInactivity
public org.apache.hc.core5.util.TimeValue getValidateAfterInactivity()- See Also:
-
getTimeToLive
public org.apache.hc.core5.util.TimeValue getTimeToLive()- See Also:
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
toString
-
custom
-
copy
-