A B C D E F G H I J K L M N O P Q R S T U V W 

A

abort() - Method in interface jdk.incubator.http.WebSocket
Closes the WebSocket abruptly.
ACK - Static variable in class jdk.incubator.http.internal.frame.PingFrame
 
ACK - Static variable in class jdk.incubator.http.internal.frame.SettingsFrame
 
addHeader(String, String) - Method in class jdk.incubator.http.internal.common.HttpHeadersImpl
 
ALL - Static variable in class jdk.incubator.http.internal.common.Log
 
ALL_HEADERS - Static variable in class jdk.incubator.http.internal.common.Utils
 
ALLOWED_HEADERS - Static variable in class jdk.incubator.http.internal.common.Utils
 
allValues(String) - Method in interface jdk.incubator.http.HttpHeaders
Returns an unmodifiable List of all of the values of the given named header.
allValues(String) - Method in class jdk.incubator.http.internal.common.HttpHeadersImpl
 
ALWAYS - jdk.incubator.http.HttpClient.Redirect
Always redirect.
apply(int, HttpHeaders) - Method in interface jdk.incubator.http.HttpResponse.BodyHandler
Return a BodyProcessor considering the given response status code and headers.
asByteArray() - Static method in interface jdk.incubator.http.HttpResponse.BodyHandler
Returns a BodyHandler<byte[]> that returns a BodyProcessor<byte[]> obtained from BodyProcessor.asByteArray().
asByteArray() - Static method in interface jdk.incubator.http.HttpResponse.BodyProcessor
Returns a BodyProcessor which stores the response body as a byte array.
asByteArrayConsumer(Consumer<Optional<byte[]>>) - Static method in interface jdk.incubator.http.HttpResponse.BodyHandler
Returns a BodyHandler<Void> that returns a BodyProcessor<Void> obtained from BodyProcessor.asByteArrayConsumer(Consumer).
asByteArrayConsumer(Consumer<Optional<byte[]>>) - Static method in interface jdk.incubator.http.HttpResponse.BodyProcessor
Returns a BodyProcessor which provides the incoming body data to the provided Consumer of Optional<byte[]>.
asFile(Path) - Static method in interface jdk.incubator.http.HttpResponse.BodyHandler
Returns a BodyHandler<Path> that returns a BodyProcessor<Path> obtained from BodyProcessor.asFile(Path).
asFile(Path) - Static method in interface jdk.incubator.http.HttpResponse.BodyProcessor
Returns a BodyProcessor which stores the response body in a file opened with the given name.
asFile(Path, OpenOption...) - Static method in interface jdk.incubator.http.HttpResponse.BodyHandler
Returns a BodyHandler<Path> that returns a BodyProcessor<Path> obtained from BodyProcessor.asFile(Path,OpenOption...).
asFile(Path, OpenOption...) - Static method in interface jdk.incubator.http.HttpResponse.BodyProcessor
Returns a BodyProcessor which stores the response body in a file opened with the given options and name.
asFileDownload(Path, OpenOption...) - Static method in interface jdk.incubator.http.HttpResponse.BodyHandler
Returns a BodyHandler<Path> that returns a BodyProcessor<Path> where the download directory is specified, but the filename is obtained from the Content-Disposition response header.
asMap(Function<HttpRequest, Optional<HttpResponse.BodyHandler<V>>>) - Static method in interface jdk.incubator.http.HttpResponse.MultiProcessor
Returns a general purpose handler for multi responses.
asMap(Function<HttpRequest, Optional<HttpResponse.BodyHandler<V>>>, boolean) - Static method in interface jdk.incubator.http.HttpResponse.MultiProcessor
Returns a general purpose handler for multi responses.
asString() - Static method in interface jdk.incubator.http.HttpResponse.BodyHandler
Returns a BodyHandler<String> that returns a BodyProcessor<String> obtained from BodyProcessor.asString(Charset).
asString(int) - Static method in class jdk.incubator.http.internal.frame.Http2Frame
 
asString(Charset) - Static method in interface jdk.incubator.http.HttpResponse.BodyHandler
Returns a BodyHandler<String> that returns a BodyProcessor<String> obtained from BodyProcessor.asString(Charset).
asString(Charset) - Static method in interface jdk.incubator.http.HttpResponse.BodyProcessor
Returns a body processor which stores the response body as a String converted using the given Charset.
AsyncWriteQueue - Class in jdk.incubator.http.internal.common
 
AsyncWriteQueue(BiConsumer<ByteBufferReference[], AsyncWriteQueue>) - Constructor for class jdk.incubator.http.internal.common.AsyncWriteQueue
 
AsyncWriteQueue(BiConsumer<ByteBufferReference[], AsyncWriteQueue>, boolean) - Constructor for class jdk.incubator.http.internal.common.AsyncWriteQueue
 
authenticator() - Method in class jdk.incubator.http.HttpClient
Returns an Optional containing the Authenticator set on this client.
authenticator(Authenticator) - Method in class jdk.incubator.http.HttpClient.Builder
Sets an authenticator to use for HTTP authentication.
A B C D E F G H I J K L M N O P Q R S T U V W