public static class Configuration.ProxyPool
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_PROXY_POOL_MAX_ACTIVE |
static int |
DEFAULT_PROXY_POOL_MAX_IDLE |
static long |
DEFAULT_PROXY_POOL_MAX_WAIT |
static boolean |
DEFAULT_PROXY_POOL_THREAD_LOCAL_CONTEXT |
static byte |
DEFAULT_PROXY_POOL_WHEN_EXHAUSTED_ACTION |
static java.lang.String |
PROXY_POOL_MAX_ACTIVE_PROPERTY |
static java.lang.String |
PROXY_POOL_MAX_IDLE_PROPERTY |
static java.lang.String |
PROXY_POOL_MAX_WAIT_PROPERTY |
static java.lang.String |
PROXY_POOL_THREAD_LOCAL_CONTEXT_PROPERTY |
static java.lang.String |
PROXY_POOL_WHEN_EXHAUSTED_ACTION_PROPERTY |
static java.lang.String |
WHEN_EXHAUSTED_BLOCK_STRING |
static java.lang.String |
WHEN_EXHAUSTED_FAIL_STRING |
static java.lang.String |
WHEN_EXHAUSTED_GROW_STRING |
Constructor and Description |
---|
ProxyPool() |
Modifier and Type | Method and Description |
---|---|
static int |
getProxyPoolMaxActive() |
static int |
getProxyPoolMaxIdle() |
static long |
getProxyPoolMaxWait() |
static boolean |
getProxyPoolThreadLocalContext() |
static byte |
getProxyPoolWhenExhaustedAction() |
static java.lang.String |
getProxyPoolWhenExhaustedActionString() |
static java.lang.String |
print() |
public static java.lang.String PROXY_POOL_MAX_ACTIVE_PROPERTY
public static java.lang.String PROXY_POOL_WHEN_EXHAUSTED_ACTION_PROPERTY
public static java.lang.String WHEN_EXHAUSTED_FAIL_STRING
public static java.lang.String WHEN_EXHAUSTED_BLOCK_STRING
public static java.lang.String WHEN_EXHAUSTED_GROW_STRING
public static java.lang.String PROXY_POOL_MAX_WAIT_PROPERTY
public static java.lang.String PROXY_POOL_MAX_IDLE_PROPERTY
public static java.lang.String PROXY_POOL_THREAD_LOCAL_CONTEXT_PROPERTY
public static int DEFAULT_PROXY_POOL_MAX_ACTIVE
public static byte DEFAULT_PROXY_POOL_WHEN_EXHAUSTED_ACTION
public static long DEFAULT_PROXY_POOL_MAX_WAIT
public static int DEFAULT_PROXY_POOL_MAX_IDLE
public static boolean DEFAULT_PROXY_POOL_THREAD_LOCAL_CONTEXT
public static int getProxyPoolMaxActive()
public static byte getProxyPoolWhenExhaustedAction()
public static long getProxyPoolMaxWait()
public static int getProxyPoolMaxIdle()
public static boolean getProxyPoolThreadLocalContext()
public static java.lang.String getProxyPoolWhenExhaustedActionString()
public static java.lang.String print()
Copyright © 2010 All Rights Reserved.