public interface SimpleClientConfigurator
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_AUTHENTICATION_TIMEOUT
Default authentication timeout (msec.) unless
setAuthenticationTimeout(long) is used |
static long |
DEFAULT_CONNECT_TIMEOUT
Default connect timeout (msec.) unless
setConnectTimeout(long) is used |
static int |
DEFAULT_PORT |
| Modifier and Type | Method and Description |
|---|---|
long |
getAuthenticationTimeout() |
long |
getConnectTimeout() |
void |
setAuthenticationTimeout(long timeout) |
void |
setConnectTimeout(long timeout) |
static final long DEFAULT_CONNECT_TIMEOUT
setConnectTimeout(long) is usedstatic final long DEFAULT_AUTHENTICATION_TIMEOUT
setAuthenticationTimeout(long) is usedstatic final int DEFAULT_PORT
long getConnectTimeout()
void setConnectTimeout(long timeout)
timeout - Requested connect timeout (msec.) - always positivelong getAuthenticationTimeout()
void setAuthenticationTimeout(long timeout)
timeout - Requested authentication timeout (msec.) - always positiveCopyright © 2008–2020 The Apache Software Foundation. All rights reserved.