com.atlassian.confluence.util.http
Class ConfluenceHttpParameters

java.lang.Object
  extended by com.atlassian.confluence.util.http.ConfluenceHttpParameters
All Implemented Interfaces:
Serializable

public class ConfluenceHttpParameters
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static int DEFAULT_CONNECTION_TIMEOUT
           
static int DEFAULT_SOCKET_TIMEOUT
           
 
Constructor Summary
ConfluenceHttpParameters()
           
ConfluenceHttpParameters(ConfluenceHttpParameters that)
           
 
Method Summary
 int getConnectionTimeout()
           
 int getSocketTimeout()
           
 boolean isEnabled()
           
 void setConnectionTimeout(int connectionTimeout)
           
 void setEnabled(boolean enabled)
           
 void setSocketTimeout(int socketTimeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ConfluenceHttpParameters

public ConfluenceHttpParameters()

ConfluenceHttpParameters

public ConfluenceHttpParameters(ConfluenceHttpParameters that)
Method Detail

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)


Copyright © 2003–2015 Atlassian. All rights reserved.