com.atlassian.confluence.util.http
Class ConfluenceHttpParameters
java.lang.Object
com.atlassian.confluence.util.http.ConfluenceHttpParameters
- All Implemented Interfaces:
- Serializable
public class ConfluenceHttpParameters
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_SOCKET_TIMEOUT
public static final int DEFAULT_SOCKET_TIMEOUT
- See Also:
- Constant Field Values
DEFAULT_CONNECTION_TIMEOUT
public static final int DEFAULT_CONNECTION_TIMEOUT
- See Also:
- Constant Field Values
ConfluenceHttpParameters
public ConfluenceHttpParameters()
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)