org.basex.query.util.http
Interface HTTPText


public interface HTTPText

HTTP strings.

Author:
BaseX Team 2005-12, BSD License, Rositsa Shadura

Field Summary
static java.lang.String AUTHORIZATION
          HTTP header: Authorization.
static byte[] BASE64
          Method http:base64Binary.
static java.lang.String BASIC
          HTTP basic authentication.
static byte[] BOUNDARY
          boundary marker.
static java.lang.String BOUNDARY_IS
          Boundary string.
static java.lang.String CHARSET_IS
          Character string.
static byte[] CONTENT_DISPOSITION
          Content-Disposition.
static byte[] CONTENT_TYPE_LC
          HTTP header Content-Type lower case.
static byte[] CRLF
          Carriage return/line feed.
static byte[] DASHES
          Dashes.
static byte[] DEFAULT_BOUND
          Default multipart boundary.
static byte[] DELETE
          HTTP method DELETE.
static java.lang.String FILENAME_IS
          Filename string.
static byte[] FOLLOW_REDIRECT
          Request attribute: follow-redirect.
static byte[] HEXBIN
          Method http:hexBinary.
static byte[] HREF
          Request attribute: href.
static byte[] MEDIA_TYPE
          Body attribute: media-type.
static byte[] MESSAGE
          Response attribute: message.
static byte[] METHOD
          Request attribute: HTTP method.
static byte[] NAME
          Header attribute: name.
static java.lang.String NAME_IS
          Name string.
static byte[] OVERRIDE_MEDIA_TYPE
          Request attribute: override-media-type.
static byte[] PASSWORD
          Request attribute: password.
static java.lang.String PAYLOAD
          Payload string.
static java.lang.String PREFIX
          Module prefix.
static QNm Q_BODY
          QName.
static QNm Q_HEADER
          QName.
static QNm Q_MULTIPART
          QName.
static QNm Q_RESPONSE
          QName.
static byte[] SEND_AUTHORIZATION
          Request attribute: send-authorization.
static byte[] SRC
          Body attribute: src.
static byte[] STATUS
          Response attribute: status.
static byte[] STATUS_ONLY
          Request attribute: status-only.
static byte[] TIMEOUT
          Request attribute: timeout.
static byte[] TRACE
          HTTP method TRACE.
static byte[] USERNAME
          Request attribute: username.
static byte[] VALUE
          Header attribute: value.
 

Field Detail

AUTHORIZATION

static final java.lang.String AUTHORIZATION
HTTP header: Authorization.

See Also:
Constant Field Values

BASIC

static final java.lang.String BASIC
HTTP basic authentication.

See Also:
Constant Field Values

PAYLOAD

static final java.lang.String PAYLOAD
Payload string.

See Also:
Constant Field Values

CONTENT_DISPOSITION

static final byte[] CONTENT_DISPOSITION
Content-Disposition.


DASHES

static final byte[] DASHES
Dashes.


CHARSET_IS

static final java.lang.String CHARSET_IS
Character string.

See Also:
Constant Field Values

BOUNDARY_IS

static final java.lang.String BOUNDARY_IS
Boundary string.

See Also:
Constant Field Values

NAME_IS

static final java.lang.String NAME_IS
Name string.

See Also:
Constant Field Values

FILENAME_IS

static final java.lang.String FILENAME_IS
Filename string.

See Also:
Constant Field Values

PREFIX

static final java.lang.String PREFIX
Module prefix.

See Also:
Constant Field Values

Q_BODY

static final QNm Q_BODY
QName.


Q_RESPONSE

static final QNm Q_RESPONSE
QName.


Q_HEADER

static final QNm Q_HEADER
QName.


Q_MULTIPART

static final QNm Q_MULTIPART
QName.


METHOD

static final byte[] METHOD
Request attribute: HTTP method.


USERNAME

static final byte[] USERNAME
Request attribute: username.


PASSWORD

static final byte[] PASSWORD
Request attribute: password.


SEND_AUTHORIZATION

static final byte[] SEND_AUTHORIZATION
Request attribute: send-authorization.


HREF

static final byte[] HREF
Request attribute: href.


STATUS_ONLY

static final byte[] STATUS_ONLY
Request attribute: status-only.


OVERRIDE_MEDIA_TYPE

static final byte[] OVERRIDE_MEDIA_TYPE
Request attribute: override-media-type.


FOLLOW_REDIRECT

static final byte[] FOLLOW_REDIRECT
Request attribute: follow-redirect.


TIMEOUT

static final byte[] TIMEOUT
Request attribute: timeout.


SRC

static final byte[] SRC
Body attribute: src.


MEDIA_TYPE

static final byte[] MEDIA_TYPE
Body attribute: media-type.


BOUNDARY

static final byte[] BOUNDARY
boundary marker.


TRACE

static final byte[] TRACE
HTTP method TRACE.


DELETE

static final byte[] DELETE
HTTP method DELETE.


CRLF

static final byte[] CRLF
Carriage return/line feed.


DEFAULT_BOUND

static final byte[] DEFAULT_BOUND
Default multipart boundary.


CONTENT_TYPE_LC

static final byte[] CONTENT_TYPE_LC
HTTP header Content-Type lower case.


STATUS

static final byte[] STATUS
Response attribute: status.


MESSAGE

static final byte[] MESSAGE
Response attribute: message.


BASE64

static final byte[] BASE64
Method http:base64Binary.


HEXBIN

static final byte[] HEXBIN
Method http:hexBinary.


NAME

static final byte[] NAME
Header attribute: name.


VALUE

static final byte[] VALUE
Header attribute: value.