| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
DEFAULT_CONNECTION_TIMEOUT_MILLIS |
60000L |
public static final boolean |
DEFAULT_TCP_NODELAY_VALUE |
true |
public static final String |
NETTY_CONNECT_TIMEOUT_OPTION |
"connectTimeoutMillis" |
public static final String |
NETTY_KEEPALIVE_OPTION |
"keepAlive" |
public static final String |
NETTY_TCP_NODELAY_OPTION |
"tcpNoDelay" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
DEFAULT_MAX_SPANS |
10000L |
public static final long |
MILLIS_PER_SECOND |
1000L |
public static final long |
NANOS_PER_SECOND |
1000000000L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_CLIENT_PORT |
12345 |
public static final int |
DEFAULT_PORT |
12335 |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.