Interface HttpTransportConstants

All Superinterfaces:
TransportConstants

public interface HttpTransportConstants extends TransportConstants
Declares HTTP-specific transport constants.
Since:
1.0.0
Author:
Arjen Poutsma
  • Field Details

    • HEADER_CONTENT_ENCODING

      static final String HEADER_CONTENT_ENCODING
      The "Content-Encoding" header.
      See Also:
    • HEADER_ACCEPT_ENCODING

      static final String HEADER_ACCEPT_ENCODING
      The "Accept-Encoding" header.
      See Also:
    • CONTENT_ENCODING_GZIP

      static final String CONTENT_ENCODING_GZIP
      Header value that indicates a compressed "Content-Encoding".
      See Also:
    • STATUS_OK

      static final int STATUS_OK
      The "200 OK" status code.
      See Also:
    • STATUS_ACCEPTED

      static final int STATUS_ACCEPTED
      The "202 Accepted" status code.
      See Also:
    • STATUS_NO_CONTENT

      static final int STATUS_NO_CONTENT
      The "204 No Content" status code.
      See Also:
    • STATUS_BAD_REQUEST

      static final int STATUS_BAD_REQUEST
      The "400 Bad Request" status code.
      See Also:
    • STATUS_NOT_FOUND

      static final int STATUS_NOT_FOUND
      The "404 Not Found" status code.
      See Also:
    • STATUS_METHOD_NOT_ALLOWED

      static final int STATUS_METHOD_NOT_ALLOWED
      The "405 Method Not Allowed" status code.
      See Also:
    • STATUS_INTERNAL_SERVER_ERROR

      static final int STATUS_INTERNAL_SERVER_ERROR
      The "500 Server Error" status code.
      See Also:
    • HTTP_URI_SCHEME

      static final String HTTP_URI_SCHEME
      The "http" URI scheme.
      See Also:
    • HTTPS_URI_SCHEME

      static final String HTTPS_URI_SCHEME
      The "https" URI scheme.
      See Also:
    • METHOD_GET

      static final String METHOD_GET
      The "GET" HTTP method
      See Also:
    • METHOD_POST

      static final String METHOD_POST
      The "POST" HTTP method
      See Also: