public final class HttpConstants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
CLIENT_POLLING_CONNECT_TIMEOUT
Default connection timeout is 10s.
|
static long |
CLIENT_POLLING_READ_TIMEOUT
Client long polling timeout is 90s.
|
static long |
CLIENT_POLLING_WRITE_TIMEOUT
Default write timeout is 90s.
|
static long |
SERVER_MAX_HOLD_TIMEOUT
The maximum timeout of server block is 60s.
|
| Constructor and Description |
|---|
HttpConstants() |
public static final long CLIENT_POLLING_READ_TIMEOUT
public static final long SERVER_MAX_HOLD_TIMEOUT
public static final long CLIENT_POLLING_CONNECT_TIMEOUT
public static final long CLIENT_POLLING_WRITE_TIMEOUT
Copyright © 2024 The Apache Software Foundation. All rights reserved.