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
const | HttpAccepted | HttpStatus (202). Numeric status code, 202: Accepted |
const | HttpBadGateway | HttpStatus (502). Numeric status code, 502: Bad Gateway |
const | HttpBadMethod | HttpStatus (405). Numeric status code, 405: Bad Method |
const | HttpBadRequest | HttpStatus (400). Numeric status code, 400: Bad Request |
const | HttpClientTimeout | HttpStatus (408). Numeric status code, 408: Client Timeout |
const | HttpConflict | HttpStatus (409). Numeric status code, 409: Conflict |
const | HttpCreated | HttpStatus (201). Numeric status code, 201: Created |
const | HttpEntityTooLarge | HttpStatus (413). Numeric status code, 413: Entity too large |
const | HttpForbidden | HttpStatus (403). Numeric status code, 403: Forbidden |
const | HttpGatewayTimeout | HttpStatus (504). Numeric status code, 504: Gateway timeout |
const | HttpGone | HttpStatus (410). Numeric status code, 410: Gone |
const | HttpInternalError | HttpStatus (500). Numeric status code, 500: Internal error |
const | HttpLengthRequired | HttpStatus (411). Numeric status code, 411: Length required |
const | HttpMovedPerm | HttpStatus (301). Numeric status code, 301 Moved permanently |
const | HttpMovedTemp | HttpStatus (302). Numeric status code, 302: Moved temporarily |
const | HttpMultChoice | HttpStatus (300). Numeric status code, 300: Multiple choices |
const | HttpNoContent | HttpStatus (204). Numeric status code, 204: No content |
const | HttpNotAcceptable | HttpStatus (406). Numeric status code, 406: Not acceptable |
const | HttpNotAuthoritative | HttpStatus (203). Numeric status code, 203: Not authoritative |
const | HttpNotFound | HttpStatus (404). Numeric status code, 404: Not found |
const | HttpNotImplemented | HttpStatus (501). Numeric status code, 501: Not implemented |
const | HttpNotModified | HttpStatus (304). Numeric status code, 304: Not modified |
const | HttpOk | HttpStatus (200). Numeric status code, 200: OK |
const | HttpPartial | HttpStatus (206). Numeric status code, 206: Partial |
const | HttpPaymentRequired | HttpStatus (402). Numeric status code, 402: Payment required |
const | HttpPreconFailed | HttpStatus (412). Numeric status code, 412: Precondition failed |
const | HttpProxyAuth | HttpStatus (407). Numeric status code, 407: Proxy authentication required |
const | HttpReqTooLong | HttpStatus (414). Numeric status code, 414: Request too long |
const | HttpReset | HttpStatus (205). Numeric status code, 205: Reset |
const | HttpSeeOther | HttpStatus (303). Numeric status code, 303: See other |
const | HttpServerError | HttpStatus (500). Numeric status code, 500: Internal error |
const | HttpUnauthorized | HttpStatus (401). Numeric status code, 401: Unauthorized |
const | HttpUnavailable | HttpStatus (503). Numeric status code, 503: Unavailable |
const | HttpUnsupportedType | HttpStatus (415). Numeric status code, 415: Unsupported type |
const | HttpUseProxy | HttpStatus (305). Numeric status code, 305: Use proxy. |
const | HttpVersion | HttpStatus (505). Numeric status code, 505: Version not supported |