- Handler - Class in sun.net.www.protocol.http
-
open an http input stream given a URL
- Handler() - Constructor for class sun.net.www.protocol.http.Handler
-
- handler - Variable in class sun.net.www.protocol.http.HttpURLConnection
-
- host - Variable in class sun.net.www.http.HttpClient
-
- http - Variable in class sun.net.www.protocol.http.HttpURLConnection
-
- HTTP_ACCEPTED - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 202: Accepted.
- HTTP_BAD_GATEWAY - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 502: Bad Gateway.
- HTTP_BAD_METHOD - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 405: Method Not Allowed.
- HTTP_BAD_REQUEST - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 400: Bad Request.
- HTTP_CLIENT_TIMEOUT - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 408: Request Time-Out.
- HTTP_CONFLICT - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 409: Conflict.
- HTTP_CREATED - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 201: Created.
- HTTP_ENTITY_TOO_LARGE - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 413: Request Entity Too Large.
- HTTP_FORBIDDEN - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 403: Forbidden.
- HTTP_GATEWAY_TIMEOUT - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 504: Gateway Timeout.
- HTTP_GONE - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 410: Gone.
- HTTP_INTERNAL_ERROR - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 500: Internal Server Error.
- HTTP_LENGTH_REQUIRED - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 411: Length Required.
- HTTP_MOVED_PERM - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 301: Moved Permanently.
- HTTP_MOVED_TEMP - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 302: Temporary Redirect.
- HTTP_MULT_CHOICE - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 300: Multiple Choices.
- HTTP_NO_CONTENT - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 204: No Content.
- HTTP_NOT_ACCEPTABLE - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 406: Not Acceptable.
- HTTP_NOT_AUTHORITATIVE - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 203: Non-Authoritative Information.
- HTTP_NOT_FOUND - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 404: Not Found.
- HTTP_NOT_IMPLEMENTED - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 501: Not Implemented.
- HTTP_NOT_MODIFIED - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 304: Not Modified.
- HTTP_OK - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 200: OK.
- HTTP_PARTIAL - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 206: Partial Content.
- HTTP_PAYMENT_REQUIRED - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 402: Payment Required.
- HTTP_PRECON_FAILED - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 412: Precondition Failed.
- HTTP_PROXY_AUTH - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 407: Proxy Authentication Required.
- HTTP_REQ_TOO_LONG - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 414: Request-URI Too Large.
- HTTP_RESET - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 205: Reset Content.
- HTTP_SEE_OTHER - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 303: See Other.
- HTTP_SERVER_ERROR - Static variable in class java.net.HttpURLConnection
-
- HTTP_UNAUTHORIZED - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 401: Unauthorized.
- HTTP_UNAVAILABLE - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 503: Service Unavailable.
- HTTP_UNSUPPORTED_TYPE - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 415: Unsupported Media Type.
- HTTP_USE_PROXY - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 305: Use Proxy.
- HTTP_VERSION - Static variable in class java.net.HttpURLConnection
-
HTTP Status-Code 505: HTTP Version Not Supported.
- HttpClient - Class in sun.net.www.http
-
- HttpClient() - Constructor for class sun.net.www.http.HttpClient
-
- HttpClient(URL, int) - Constructor for class sun.net.www.http.HttpClient
-
- HttpRetryException - Exception in java.net
-
Thrown to indicate that a HTTP request needs to be retried
but cannot be retried automatically, due to streaming mode
being enabled.
- HttpRetryException(String, int) - Constructor for exception java.net.HttpRetryException
-
Constructs a new HttpRetryException
from the
specified response code and exception detail message
- HttpRetryException(String, int, String) - Constructor for exception java.net.HttpRetryException
-
Constructs a new HttpRetryException
with detail message
responseCode and the contents of the Location response header field.
- HttpURLConnection - Class in java.net
-
A URLConnection with support for HTTP-specific features.
- HttpURLConnection(URL) - Constructor for class java.net.HttpURLConnection
-
Constructor for the HttpURLConnection.
- HttpURLConnection - Class in sun.net.www.protocol.http
-
A class to represent an HTTP connection to a remote object.
- HttpURLConnection(URL) - Constructor for class sun.net.www.protocol.http.HttpURLConnection
-
this constructor is used by other protocol handlers such as ftp
that want to use http to fetch urls on their behalf.
- HttpURLConnection(URL, Handler) - Constructor for class sun.net.www.protocol.http.HttpURLConnection
-
- hurry() - Method in class sun.net.www.http.ChunkedInputStream
-
Hurry the input stream by reading everything from the underlying
stream.
- hurry() - Method in interface sun.net.www.http.Hurryable
-
- Hurryable - Interface in sun.net.www.http
-
A Hurryable
is a class that has been instructed to complete
its input processing so as to make resource associated with that input
available to others.