org.eclipse.jetty.http
接口 HttpTokens
public interface HttpTokens
HTTP constants
COLON
static final byte COLON
- 另请参见:
- 常量字段值
SPACE
static final byte SPACE
- 另请参见:
- 常量字段值
CARRIAGE_RETURN
static final byte CARRIAGE_RETURN
- 另请参见:
- 常量字段值
LINE_FEED
static final byte LINE_FEED
- 另请参见:
- 常量字段值
CRLF
static final byte[] CRLF
SEMI_COLON
static final byte SEMI_COLON
- 另请参见:
- 常量字段值
TAB
static final byte TAB
- 另请参见:
- 常量字段值
SELF_DEFINING_CONTENT
static final int SELF_DEFINING_CONTENT
- 另请参见:
- 常量字段值
UNKNOWN_CONTENT
static final int UNKNOWN_CONTENT
- 另请参见:
- 常量字段值
CHUNKED_CONTENT
static final int CHUNKED_CONTENT
- 另请参见:
- 常量字段值
EOF_CONTENT
static final int EOF_CONTENT
- 另请参见:
- 常量字段值
NO_CONTENT
static final int NO_CONTENT
- 另请参见:
- 常量字段值
Copyright © 2013. All Rights Reserved.