Class ConfluenceHttpParameters
java.lang.Object
com.atlassian.confluence.util.http.ConfluenceHttpParameters
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
void
setConnectionTimeout
(int connectionTimeout) void
setEnabled
(boolean enabled) void
setSocketTimeout
(int socketTimeout)
-
Field Details
-
DEFAULT_SOCKET_TIMEOUT
public static final int DEFAULT_SOCKET_TIMEOUT- See Also:
-
DEFAULT_CONNECTION_TIMEOUT
public static final int DEFAULT_CONNECTION_TIMEOUT- See Also:
-
-
Constructor Details
-
ConfluenceHttpParameters
public ConfluenceHttpParameters() -
ConfluenceHttpParameters
-
-
Method Details
-
getConnectionTimeout
public int getConnectionTimeout() -
setConnectionTimeout
public void setConnectionTimeout(int connectionTimeout) -
getSocketTimeout
public int getSocketTimeout() -
setSocketTimeout
public void setSocketTimeout(int socketTimeout) -
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled)
-