public final class Defaults extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CONNECT_TIMEOUT_MILLISECONDS
The default time in milliseconds, the client waits for connect response from the server.
|
static String |
HOST
The default host address of StreamManager server that the client is connecting to.
|
static int |
PORT
The default port number of StreamManager server that the StreamManager client is connecting to.
|
static long |
REQUEST_TIMEOUT_SECONDS
The timeout in seconds that each StreamManager client API waits for any responses before it gives up.
|
public static final String HOST
public static final int PORT
public static final long REQUEST_TIMEOUT_SECONDS
public static final int CONNECT_TIMEOUT_MILLISECONDS