Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ACTIVE |
0 |
public static final int |
CLOSED |
2 |
public static final int |
CLOSING |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONTENT_BUFFER_SIZE |
"http.nio.content-buffer-size" |
public static final String |
GRACE_PERIOD |
"http.nio.grace-period" |
public static final String |
INTEREST_OPS_QUEUEING |
"http.nio.interest-ops-queueing" |
public static final String |
SELECT_INTERVAL |
"http.nio.select-interval" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
EXPECT_CONTINUE |
2 |
public static final int |
READY |
0 |
public static final int |
REQUEST_BODY_DONE |
8 |
public static final int |
REQUEST_BODY_STREAM |
4 |
public static final int |
REQUEST_SENT |
1 |
public static final int |
RESPONSE_BODY_DONE |
64 |
public static final int |
RESPONSE_BODY_STREAM |
32 |
public static final int |
RESPONSE_RECEIVED |
16 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_WAIT_FOR_CONTINUE |
3000 |
public static final String |
HTTP_HANDLER |
"http.nio.exchange-handler" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
CONN_STATE |
"http.nio.conn-state" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
READ |
1 |
public static final int |
READ_WRITE |
5 |
public static final int |
WRITE |
4 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONNECTION_KEY |
"http.connection" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ACTIVE |
0 |
public static final String |
ATTACHMENT_KEY |
"http.session.attachment" |
public static final int |
CLOSED |
2147483647 |
public static final int |
CLOSING |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SESSION_KEY |
"http.session.ssl" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
INPUT_MODE |
0 |
public static final int |
OUTPUT_MODE |
1 |
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.