A B C D E F G H I J K L M N O P Q R S T U V W
H
- handle() - Method in interface jdk.incubator.http.internal.websocket.RawChannel.RawEvent
- header(CharSequence, CharSequence) - Method in class jdk.incubator.http.internal.hpack.Encoder
-
Sets up the given header
(name, value)
. - header(CharSequence, CharSequence, boolean) - Method in class jdk.incubator.http.internal.hpack.Encoder
-
Sets up the given header
(name, value)
with possibly sensitive value. - header(String, String) - Method in class jdk.incubator.http.HttpRequest.Builder
-
Adds the given name value pair to the set of headers for this request.
- header(String, String) - Method in class jdk.incubator.http.internal.websocket.BuilderImpl
- header(String, String) - Method in interface jdk.incubator.http.WebSocket.Builder
-
Adds the given name-value pair to the list of additional headers for the opening handshake.
- HEADER_TABLE_SIZE - Static variable in class jdk.incubator.http.internal.frame.SettingsFrame
- HeaderFrame - Class in jdk.incubator.http.internal.frame
-
Either a HeadersFrame or a ContinuationFrame
- HeaderFrame(int, int, ByteBufferReference) - Constructor for class jdk.incubator.http.internal.frame.HeaderFrame
- HeaderFrame(int, int, ByteBufferReference[]) - Constructor for class jdk.incubator.http.internal.frame.HeaderFrame
- headers() - Method in class jdk.incubator.http.HttpRequest
-
The (user-accessible) request headers that this request was (or will be) sent with.
- headers() - Method in class jdk.incubator.http.HttpResponse
-
Returns the received response headers.
- headers() - Static method in class jdk.incubator.http.internal.common.Log
- headers(String...) - Method in class jdk.incubator.http.HttpRequest.Builder
-
Adds the given name value pairs to the set of headers for this request.
- HEADERS - Static variable in class jdk.incubator.http.internal.common.Log
- HeadersFrame - Class in jdk.incubator.http.internal.frame
- HeadersFrame(int, int, ByteBufferReference) - Constructor for class jdk.incubator.http.internal.frame.HeadersFrame
- HeadersFrame(int, int, ByteBufferReference[]) - Constructor for class jdk.incubator.http.internal.frame.HeadersFrame
- HeadersFrame(int, int, ByteBufferReference[], int) - Constructor for class jdk.incubator.http.internal.frame.HeadersFrame
- HTTP_1_1 - jdk.incubator.http.HttpClient.Version
-
HTTP version 1.1
- HTTP_1_1_REQUIRED - Static variable in class jdk.incubator.http.internal.frame.ErrorFrame
- HTTP_2 - jdk.incubator.http.HttpClient.Version
-
HTTP version 2
- Http2Frame - Class in jdk.incubator.http.internal.frame
-
When sending a frame, the length field must be set in sub-class by calling computeLength()
- Http2Frame(int, int) - Constructor for class jdk.incubator.http.internal.frame.Http2Frame
- HttpClient - Class in jdk.incubator.http
-
A container for configuration information common to multiple
HttpRequest
s. - HttpClient() - Constructor for class jdk.incubator.http.HttpClient
-
Creates an HttpClient.
- HttpClient.Builder - Class in jdk.incubator.http
-
A builder of immutable
HttpClient
s. - HttpClient.Redirect - Enum in jdk.incubator.http
-
Defines automatic redirection policy.
- HttpClient.Version - Enum in jdk.incubator.http
-
The HTTP protocol version.
- HttpHeaders - Interface in jdk.incubator.http
-
A read-only view of a set of HTTP headers.
- HttpHeadersImpl - Class in jdk.incubator.http.internal.common
-
Implementation of HttpHeaders.
- HttpHeadersImpl() - Constructor for class jdk.incubator.http.internal.common.HttpHeadersImpl
- HttpRequest - Class in jdk.incubator.http
-
Represents one HTTP request which can be sent to a server.
- HttpRequest() - Constructor for class jdk.incubator.http.HttpRequest
-
Creates an HttpRequest.
- HttpRequest.BodyProcessor - Interface in jdk.incubator.http
-
A processor which converts high level Java objects into flows of
ByteBuffer
s suitable for sending as request bodies. - HttpRequest.Builder - Class in jdk.incubator.http
-
A builder of
HttpRequest
s. - HttpResponse<T> - Class in jdk.incubator.http
-
Represents a response to a
HttpRequest
. - HttpResponse() - Constructor for class jdk.incubator.http.HttpResponse
-
Creates an HttpResponse.
- HttpResponse.BodyHandler<T> - Interface in jdk.incubator.http
-
A handler for response bodies.
- HttpResponse.BodyProcessor<T> - Interface in jdk.incubator.http
-
A processor for response bodies.
- HttpResponse.MultiProcessor<U,T> - Interface in jdk.incubator.http
-
A response processor for a HTTP/2 multi response.
- HttpTimeoutException - Exception in jdk.incubator.http
-
Thrown when a response is not received within a specified time period.
- HttpTimeoutException(String) - Constructor for exception jdk.incubator.http.HttpTimeoutException
- Huffman - Class in jdk.incubator.http.internal.hpack
-
Huffman coding table.