A B C D E F G H I J K L M N O P Q R S T U V W
C
- calculateCapacity(int) - Method in class jdk.incubator.http.internal.hpack.Encoder
- CANCEL - Static variable in class jdk.incubator.http.internal.frame.ErrorFrame
- charsetFrom(HttpHeaders) - Static method in class jdk.incubator.http.internal.common.Utils
-
Get the Charset from the Content-encoding header.
- checkEncoding() - Method in class jdk.incubator.http.internal.hpack.Encoder
- checkNetPermission(String) - Static method in class jdk.incubator.http.internal.common.Utils
- clear() - Method in class jdk.incubator.http.internal.common.ByteBufferReference
- clear() - Method in class jdk.incubator.http.internal.common.HttpHeadersImpl
- clear() - Method in class jdk.incubator.http.MultiMapResult
- clear(ByteBufferReference[]) - Static method in class jdk.incubator.http.internal.common.ByteBufferReference
- clearFlag(int) - Method in class jdk.incubator.http.internal.frame.Http2Frame
- close() - Method in class jdk.incubator.http.internal.common.AsyncWriteQueue
- close() - Method in class jdk.incubator.http.internal.common.Queue
- close() - Method in interface jdk.incubator.http.internal.websocket.RawChannel
-
Closes this channel.
- close(Closeable...) - Static method in class jdk.incubator.http.internal.common.Utils
- close(Throwable, Closeable) - Static method in interface jdk.incubator.http.internal.common.ExceptionallyCloseable
- close(Throwable, Closeable...) - Static method in class jdk.incubator.http.internal.common.Utils
- CLOSED_ABNORMALLY - Static variable in interface jdk.incubator.http.WebSocket
-
The WebSocket Close message status code (
1006
), is designated for use in applications expecting a status code to indicate that the connection was closed abnormally, e.g., without sending or receiving a Close message. - closeExceptionally(Throwable) - Method in interface jdk.incubator.http.internal.common.ExceptionallyCloseable
-
Called when an instance of
ExceptionallyCloseable
is closed due to some exceptional condition revealed bycause
. - closeExceptionally(Throwable) - Method in class jdk.incubator.http.internal.common.Queue
- completedFuture(U) - Static method in class jdk.incubator.http.internal.common.MinimalFuture
- completion(CompletableFuture<Void>, CompletableFuture<Void>) - Method in interface jdk.incubator.http.HttpResponse.MultiProcessor
-
Returns a
CompletableFuture
<U>
which completes when the aggregate result object itself is available. - COMPRESSION_ERROR - Static variable in class jdk.incubator.http.internal.frame.ErrorFrame
- CONNECT_ERROR - Static variable in class jdk.incubator.http.internal.frame.ErrorFrame
- connectTimeout(Duration) - Method in class jdk.incubator.http.internal.websocket.BuilderImpl
- connectTimeout(Duration) - Method in interface jdk.incubator.http.WebSocket.Builder
-
Sets a timeout for the opening handshake.
- containsKey(Object) - Method in class jdk.incubator.http.MultiMapResult
- containsValue(Object) - Method in class jdk.incubator.http.MultiMapResult
- CONTENT - Static variable in class jdk.incubator.http.internal.common.Log
- contentLength() - Method in interface jdk.incubator.http.HttpRequest.BodyProcessor
-
Returns the content length for this request body.
- ContinuationFrame - Class in jdk.incubator.http.internal.frame
- ContinuationFrame(int, int, ByteBufferReference[]) - Constructor for class jdk.incubator.http.internal.frame.ContinuationFrame
- ContinuationFrame(int, ByteBufferReference) - Constructor for class jdk.incubator.http.internal.frame.ContinuationFrame
- CONTROL - Static variable in class jdk.incubator.http.internal.common.Log
- cookieManager() - Method in class jdk.incubator.http.HttpClient
-
Returns an
Optional
which contains this client'sCookieManager
. - cookieManager(CookieManager) - Method in class jdk.incubator.http.HttpClient.Builder
-
Sets a cookie manager.
- copy() - Method in class jdk.incubator.http.HttpRequest.Builder
-
Returns an exact duplicate copy of this
Builder
based on current state. - copy(ByteBuffer) - Static method in class jdk.incubator.http.internal.common.Utils
- copy(ByteBuffer, ByteBuffer) - Static method in class jdk.incubator.http.internal.common.Utils
-
Copies as much of src to dst as possible.
- copy(ByteBuffer, ByteBuffer, int) - Static method in class jdk.incubator.http.internal.common.Utils
-
Copy amount bytes from src to dst.
- copy(CompletionStage<T>, Executor) - Static method in class jdk.incubator.http.internal.common.MinimalFuture
-
Creates a defensive copy of the given
CompletionStage
. - copySSLParameters(SSLParameters) - Static method in class jdk.incubator.http.internal.common.Utils
- copyUpTo(ByteBuffer, ByteBuffer, int) - Static method in class jdk.incubator.http.internal.common.Utils