A B C D E F G H I J K L M N O P Q R S T U V W
E
- EMPTY_BB_ARRAY - Static variable in class jdk.incubator.http.internal.common.Utils
- EMPTY_BYTEBUFFER - Static variable in class jdk.incubator.http.internal.common.Utils
- EMPTY_CFARRAY - Static variable in class jdk.incubator.http.internal.common.Utils
- ENABLE_PUSH - Static variable in class jdk.incubator.http.internal.frame.SettingsFrame
- encode(ByteBuffer) - Method in class jdk.incubator.http.internal.hpack.Encoder
-
Encodes the set up header into the given buffer.
- encodeConnectionPreface(byte[], SettingsFrame) - Method in class jdk.incubator.http.internal.frame.FramesEncoder
- encodeFrame(Http2Frame) - Method in class jdk.incubator.http.internal.frame.FramesEncoder
- encodeFrames(List<HeaderFrame>) - Method in class jdk.incubator.http.internal.frame.FramesEncoder
- Encoder - Class in jdk.incubator.http.internal.hpack
-
Encodes headers to their binary representation.
- Encoder(int) - Constructor for class jdk.incubator.http.internal.hpack.Encoder
-
Constructs an
Encoder
with the specified maximum capacity of the header table. - END_HEADERS - Static variable in class jdk.incubator.http.internal.frame.HeaderFrame
- END_HEADERS - Static variable in class jdk.incubator.http.internal.frame.PushPromiseFrame
- END_STREAM - Static variable in class jdk.incubator.http.internal.frame.DataFrame
- END_STREAM - Static variable in class jdk.incubator.http.internal.frame.HeaderFrame
- END_STREAM - Static variable in class jdk.incubator.http.internal.frame.HeadersFrame
- endHeaders() - Method in class jdk.incubator.http.internal.frame.HeaderFrame
-
Returns true if this block is the final block of headers.
- endHeaders() - Method in class jdk.incubator.http.internal.frame.PushPromiseFrame
- ENHANCE_YOUR_CALM - Static variable in class jdk.incubator.http.internal.frame.ErrorFrame
- entrySet() - Method in class jdk.incubator.http.MultiMapResult
- ErrorFrame - Class in jdk.incubator.http.internal.frame
- ErrorFrame(int, int, int) - Constructor for class jdk.incubator.http.internal.frame.ErrorFrame
- errors() - Static method in class jdk.incubator.http.internal.common.Log
- ERRORS - Static variable in class jdk.incubator.http.internal.common.Log
- ExceptionallyCloseable - Interface in jdk.incubator.http.internal.common
-
Implemented by closeable objects which might be able to report an error when closed due to exceptional conditions.
- exclusive() - Method in class jdk.incubator.http.internal.frame.PriorityFrame
- executor() - Method in class jdk.incubator.http.HttpClient
-
Returns the
Executor
set on this client. - executor(Executor) - Method in class jdk.incubator.http.HttpClient.Builder
-
Sets the executor to be used for asynchronous tasks.
- expectContinue() - Method in class jdk.incubator.http.HttpRequest
-
Returns this request's
expect continue
setting. - expectContinue(boolean) - Method in class jdk.incubator.http.HttpRequest.Builder
-
Request server to acknowledge request before sending request body.