public class ConfluenceHttpParameters extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_CONNECTION_TIMEOUT |
static int |
DEFAULT_SOCKET_TIMEOUT |
Constructor and Description |
---|
ConfluenceHttpParameters() |
ConfluenceHttpParameters(ConfluenceHttpParameters that) |
Modifier and Type | Method and Description |
---|---|
int |
getConnectionTimeout() |
int |
getSocketTimeout() |
boolean |
isEnabled() |
void |
setConnectionTimeout(int connectionTimeout) |
void |
setEnabled(boolean enabled) |
void |
setSocketTimeout(int socketTimeout) |
public static final int DEFAULT_SOCKET_TIMEOUT
public static final int DEFAULT_CONNECTION_TIMEOUT
public ConfluenceHttpParameters()
public ConfluenceHttpParameters(ConfluenceHttpParameters that)
public int getConnectionTimeout()
public void setConnectionTimeout(int connectionTimeout)
public int getSocketTimeout()
public void setSocketTimeout(int socketTimeout)
public boolean isEnabled()
public void setEnabled(boolean enabled)
Copyright © 2003–2017 Atlassian. All rights reserved.