Java.Net.HttpURLConnection: Field Members

The fields of Java.Net.HttpURLConnection are listed below. For a list of all members, see the HttpURLConnection Members list.

See Also: Inherited members from Java.Net.URLConnection

Public Fields

const
HttpAcceptedHttpStatus (202). Numeric status code, 202: Accepted
const
HttpBadGatewayHttpStatus (502). Numeric status code, 502: Bad Gateway
const
HttpBadMethodHttpStatus (405). Numeric status code, 405: Bad Method
const
HttpBadRequestHttpStatus (400). Numeric status code, 400: Bad Request
const
HttpClientTimeoutHttpStatus (408). Numeric status code, 408: Client Timeout
const
HttpConflictHttpStatus (409). Numeric status code, 409: Conflict
const
HttpCreatedHttpStatus (201). Numeric status code, 201: Created
const
HttpEntityTooLargeHttpStatus (413). Numeric status code, 413: Entity too large
const
HttpForbiddenHttpStatus (403). Numeric status code, 403: Forbidden
const
HttpGatewayTimeoutHttpStatus (504). Numeric status code, 504: Gateway timeout
const
HttpGoneHttpStatus (410). Numeric status code, 410: Gone
const
HttpInternalErrorHttpStatus (500). Numeric status code, 500: Internal error
const
HttpLengthRequiredHttpStatus (411). Numeric status code, 411: Length required
const
HttpMovedPermHttpStatus (301). Numeric status code, 301 Moved permanently
const
HttpMovedTempHttpStatus (302). Numeric status code, 302: Moved temporarily
const
HttpMultChoiceHttpStatus (300). Numeric status code, 300: Multiple choices
const
HttpNoContentHttpStatus (204). Numeric status code, 204: No content
const
HttpNotAcceptableHttpStatus (406). Numeric status code, 406: Not acceptable
const
HttpNotAuthoritativeHttpStatus (203). Numeric status code, 203: Not authoritative
const
HttpNotFoundHttpStatus (404). Numeric status code, 404: Not found
const
HttpNotImplementedHttpStatus (501). Numeric status code, 501: Not implemented
const
HttpNotModifiedHttpStatus (304). Numeric status code, 304: Not modified
const
HttpOkHttpStatus (200). Numeric status code, 200: OK
const
HttpPartialHttpStatus (206). Numeric status code, 206: Partial
const
HttpPaymentRequiredHttpStatus (402). Numeric status code, 402: Payment required
const
HttpPreconFailedHttpStatus (412). Numeric status code, 412: Precondition failed
const
HttpProxyAuthHttpStatus (407). Numeric status code, 407: Proxy authentication required
const
HttpReqTooLongHttpStatus (414). Numeric status code, 414: Request too long
const
HttpResetHttpStatus (205). Numeric status code, 205: Reset
const
HttpSeeOtherHttpStatus (303). Numeric status code, 303: See other
const
HttpServerErrorHttpStatus (500). Numeric status code, 500: Internal error
const
HttpUnauthorizedHttpStatus (401). Numeric status code, 401: Unauthorized
const
HttpUnavailableHttpStatus (503). Numeric status code, 503: Unavailable
const
HttpUnsupportedTypeHttpStatus (415). Numeric status code, 415: Unsupported type
const
HttpUseProxyHttpStatus (305). Numeric status code, 305: Use proxy.
const
HttpVersionHttpStatus (505). Numeric status code, 505: Version not supported