com.netflix.http4
Class NFHttpClientConstants

java.lang.Object
  extended by com.netflix.http4.NFHttpClientConstants

public class NFHttpClientConstants
extends java.lang.Object


Field Summary
static int DEFAULT_CONNECTION_IDLE_TIMERTASK_REPEAT_IN_MSECS
           
static int DEFAULT_CONNECTION_MAXAGE_IN_MSECS
           
static int DEFAULT_CONNECTIONIDLE_TIME_IN_MSECS
           
static boolean DEFAULT_CONNECTIONIDLE_TIMETASK_ENABLED
           
 
Constructor Summary
NFHttpClientConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CONNECTIONIDLE_TIMETASK_ENABLED

public static final boolean DEFAULT_CONNECTIONIDLE_TIMETASK_ENABLED
See Also:
Constant Field Values

DEFAULT_CONNECTION_IDLE_TIMERTASK_REPEAT_IN_MSECS

public static final int DEFAULT_CONNECTION_IDLE_TIMERTASK_REPEAT_IN_MSECS
See Also:
Constant Field Values

DEFAULT_CONNECTIONIDLE_TIME_IN_MSECS

public static final int DEFAULT_CONNECTIONIDLE_TIME_IN_MSECS
See Also:
Constant Field Values

DEFAULT_CONNECTION_MAXAGE_IN_MSECS

public static final int DEFAULT_CONNECTION_MAXAGE_IN_MSECS
See Also:
Constant Field Values
Constructor Detail

NFHttpClientConstants

public NFHttpClientConstants()