Package org.basex.util.http
Interface HTTPText
-
public interface HTTPText
HTTP constants.- Author:
- BaseX Team 2005-24, BSD License, Rositsa Shadura
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCEPT
HTTP header string.static String
ALLOW
HTTP header string.static String
AUTH
Auth.static String
AUTH_INT
Auth-int.static String
AUTHORIZATION
HTTP header string.static String
BASE64
Base64 string.static String
BINARY
Binary string.static String
BOUNDARY
Boundary marker.static String
CACHE_CONTROL
HTTP header string.static String
CHARSET
Character string.static String
CLIENT_ID
Client id.static byte[]
CONTENT_DISPOSITION
Content-Disposition (lower case).static String
CONTENT_ENCODING
HTTP header string.static String
CONTENT_TRANSFER_ENCODING
HTTP header string.static String
CONTENT_TYPE
HTTP header string.static byte[]
CRLF
Carriage return/line feed.static byte[]
DASHES
Dashes.static String
DBA_CLIENT_ID
DBA client id.static String
DEFAULT_BOUNDARY
Default multipart boundary.static String
EXPIRES
HTTP header string.static String
FORWARD
Forwarded request context.static String
GZIP
Content encoding: gzip.static String
HTTP
HTTP string.static String
JETTYCONF
Path to jetty configuration file.static String
LOCATION
HTTP header string.static String
MD5
MD5.static String
MD5_SESS
MD5-sess.static String
PRAGMA
HTTP header string.static QNm
Q_BOUNDARY
QName.static QNm
Q_HTTP_BODY
QName.static QNm
Q_HTTP_HEADER
QName.static QNm
Q_HTTP_MULTIPART
QName.static QNm
Q_HTTP_RESPONSE
QName.static QNm
Q_MEDIA_TYPE
QName.static QNm
Q_MESSAGE
QName.static QNm
Q_NAME
QName.static QNm
Q_REST_FORWARD
QName.static QNm
Q_REST_RESPONSE
QName.static QNm
Q_STATUS
QName.static QNm
Q_VALUE
QName.static String
SERVER_TIMING
HTTP header string.static String
SRC
Body attribute: src.static String
UNEXPECTED_X
Unexpected error.static String
WEB_INF
WEB-INF directory.static String
WEBCONF
Path to web configuration file.static String
WRONGAUTH_X
Authentication error.static String
WWW_AUTHENTICATE
HTTP header string.
-
-
-
Field Detail
-
HTTP
static final String HTTP
HTTP string.- See Also:
- Constant Field Values
-
WEB_INF
static final String WEB_INF
WEB-INF directory.- See Also:
- Constant Field Values
-
JETTYCONF
static final String JETTYCONF
Path to jetty configuration file.- See Also:
- Constant Field Values
-
WEBCONF
static final String WEBCONF
Path to web configuration file.- See Also:
- Constant Field Values
-
WRONGAUTH_X
static final String WRONGAUTH_X
Authentication error.- See Also:
- Constant Field Values
-
UNEXPECTED_X
static final String UNEXPECTED_X
Unexpected error.- See Also:
- Constant Field Values
-
DBA_CLIENT_ID
static final String DBA_CLIENT_ID
DBA client id.- See Also:
- Constant Field Values
-
CLIENT_ID
static final String CLIENT_ID
Client id.- See Also:
- Constant Field Values
-
FORWARD
static final String FORWARD
Forwarded request context.- See Also:
- Constant Field Values
-
WWW_AUTHENTICATE
static final String WWW_AUTHENTICATE
HTTP header string.- See Also:
- Constant Field Values
-
AUTHORIZATION
static final String AUTHORIZATION
HTTP header string.- See Also:
- Constant Field Values
-
CONTENT_ENCODING
static final String CONTENT_ENCODING
HTTP header string.- See Also:
- Constant Field Values
-
CONTENT_TYPE
static final String CONTENT_TYPE
HTTP header string.- See Also:
- Constant Field Values
-
CONTENT_TRANSFER_ENCODING
static final String CONTENT_TRANSFER_ENCODING
HTTP header string.- See Also:
- Constant Field Values
-
CACHE_CONTROL
static final String CACHE_CONTROL
HTTP header string.- See Also:
- Constant Field Values
-
SERVER_TIMING
static final String SERVER_TIMING
HTTP header string.- See Also:
- Constant Field Values
-
PRAGMA
static final String PRAGMA
HTTP header string.- See Also:
- Constant Field Values
-
EXPIRES
static final String EXPIRES
HTTP header string.- See Also:
- Constant Field Values
-
LOCATION
static final String LOCATION
HTTP header string.- See Also:
- Constant Field Values
-
ACCEPT
static final String ACCEPT
HTTP header string.- See Also:
- Constant Field Values
-
ALLOW
static final String ALLOW
HTTP header string.- See Also:
- Constant Field Values
-
CONTENT_DISPOSITION
static final byte[] CONTENT_DISPOSITION
Content-Disposition (lower case).
-
DASHES
static final byte[] DASHES
Dashes.
-
CHARSET
static final String CHARSET
Character string.- See Also:
- Constant Field Values
-
DEFAULT_BOUNDARY
static final String DEFAULT_BOUNDARY
Default multipart boundary.- See Also:
- Constant Field Values
-
BOUNDARY
static final String BOUNDARY
Boundary marker.- See Also:
- Constant Field Values
-
SRC
static final String SRC
Body attribute: src.- See Also:
- Constant Field Values
-
MD5
static final String MD5
MD5.- See Also:
- Constant Field Values
-
MD5_SESS
static final String MD5_SESS
MD5-sess.- See Also:
- Constant Field Values
-
AUTH
static final String AUTH
Auth.- See Also:
- Constant Field Values
-
AUTH_INT
static final String AUTH_INT
Auth-int.- See Also:
- Constant Field Values
-
GZIP
static final String GZIP
Content encoding: gzip.- See Also:
- Constant Field Values
-
Q_REST_RESPONSE
static final QNm Q_REST_RESPONSE
QName.
-
Q_REST_FORWARD
static final QNm Q_REST_FORWARD
QName.
-
Q_HTTP_BODY
static final QNm Q_HTTP_BODY
QName.
-
Q_HTTP_RESPONSE
static final QNm Q_HTTP_RESPONSE
QName.
-
Q_HTTP_HEADER
static final QNm Q_HTTP_HEADER
QName.
-
Q_HTTP_MULTIPART
static final QNm Q_HTTP_MULTIPART
QName.
-
Q_BOUNDARY
static final QNm Q_BOUNDARY
QName.
-
Q_STATUS
static final QNm Q_STATUS
QName.
-
Q_MESSAGE
static final QNm Q_MESSAGE
QName.
-
Q_MEDIA_TYPE
static final QNm Q_MEDIA_TYPE
QName.
-
Q_NAME
static final QNm Q_NAME
QName.
-
Q_VALUE
static final QNm Q_VALUE
QName.
-
BINARY
static final String BINARY
Binary string.- See Also:
- Constant Field Values
-
BASE64
static final String BASE64
Base64 string.- See Also:
- Constant Field Values
-
CRLF
static final byte[] CRLF
Carriage return/line feed.
-
-