A B C D E F G H I J K L M N O P Q R S T U V W
F
- failedFuture(Throwable) - Static method in class jdk.incubator.http.internal.common.MinimalFuture
- finalRequest() - Method in class jdk.incubator.http.HttpResponse
-
Returns the final
HttpRequest
that was sent on the wire for the exchange ( may, or may not, be the same as the initial request ). - first - Variable in class jdk.incubator.http.internal.common.Pair
- FIRST - jdk.incubator.http.WebSocket.MessagePart
-
The first part of a message in a sequence.
- firstValue(String) - Method in interface jdk.incubator.http.HttpHeaders
-
Returns an
Optional
containing the first value of the given named (and possibly multi-valued) header. - firstValue(String) - Method in class jdk.incubator.http.internal.common.HttpHeadersImpl
- firstValueAsLong(String) - Method in interface jdk.incubator.http.HttpHeaders
-
Returns an
OptionalLong
containing the first value of the named header field. - firstValueAsLong(String) - Method in class jdk.incubator.http.internal.common.HttpHeadersImpl
- flagAsString(int) - Method in class jdk.incubator.http.internal.frame.DataFrame
- flagAsString(int) - Method in class jdk.incubator.http.internal.frame.HeaderFrame
- flagAsString(int) - Method in class jdk.incubator.http.internal.frame.HeadersFrame
- flagAsString(int) - Method in class jdk.incubator.http.internal.frame.Http2Frame
- flagAsString(int) - Method in class jdk.incubator.http.internal.frame.PingFrame
- flagAsString(int) - Method in class jdk.incubator.http.internal.frame.PushPromiseFrame
- flagAsString(int) - Method in class jdk.incubator.http.internal.frame.SettingsFrame
- flags - Variable in class jdk.incubator.http.internal.frame.Http2Frame
- flipToMark(ByteBuffer, int) - Static method in class jdk.incubator.http.internal.common.Utils
-
Set limit to position, and position to mark.
- FLOW_CONTROL_ERROR - Static variable in class jdk.incubator.http.internal.frame.ErrorFrame
- flush() - Method in class jdk.incubator.http.internal.common.AsyncWriteQueue
-
retruns true if flushing was performed
- flushDelayed() - Method in class jdk.incubator.http.internal.common.AsyncWriteQueue
- followRedirects() - Method in class jdk.incubator.http.HttpClient
-
Returns the follow-redirects setting for this client.
- followRedirects(HttpClient.Redirect) - Method in class jdk.incubator.http.HttpClient.Builder
-
Specifies whether requests will automatically follow redirects issued by the server.
- FRAME_HEADER_SIZE - Static variable in class jdk.incubator.http.internal.frame.Http2Frame
- FRAME_SIZE_ERROR - Static variable in class jdk.incubator.http.internal.frame.ErrorFrame
- frames() - Static method in class jdk.incubator.http.internal.common.Log
- FRAMES - Static variable in class jdk.incubator.http.internal.common.Log
- FramesDecoder - Class in jdk.incubator.http.internal.frame
-
Frames Decoder
- FramesDecoder(FramesDecoder.FrameProcessor) - Constructor for class jdk.incubator.http.internal.frame.FramesDecoder
-
Creates Frame Decoder
- FramesDecoder(FramesDecoder.FrameProcessor, int) - Constructor for class jdk.incubator.http.internal.frame.FramesDecoder
-
Creates Frame Decoder
- FramesDecoder.FrameProcessor - Interface in jdk.incubator.http.internal.frame
- FramesEncoder - Class in jdk.incubator.http.internal.frame
-
Frames Encoder Encode framed into ByteBuffers.
- FramesEncoder() - Constructor for class jdk.incubator.http.internal.frame.FramesEncoder
- fromByteArray(byte[]) - Static method in interface jdk.incubator.http.HttpRequest.BodyProcessor
-
Returns a request body processor whose body is the given byte array.
- fromByteArray(byte[], int, int) - Static method in interface jdk.incubator.http.HttpRequest.BodyProcessor
-
Returns a request body processor whose body is the content of the given byte array of
length
bytes starting from the specifiedoffset
. - fromByteArrays(Iterable<byte[]>) - Static method in interface jdk.incubator.http.HttpRequest.BodyProcessor
-
A request body processor that takes data from an
Iterable
of byte arrays. - fromFile(Path) - Static method in interface jdk.incubator.http.HttpRequest.BodyProcessor
-
A request body processor that takes data from the contents of a File.
- fromInputStream(Supplier<? extends InputStream>) - Static method in interface jdk.incubator.http.HttpRequest.BodyProcessor
-
A request body processor that reads its data from an
InputStream
. - fromString(String) - Static method in interface jdk.incubator.http.HttpRequest.BodyProcessor
-
Returns a request body processor whose body is the given
String
, converted using theUTF_8
character set. - fromString(String, Charset) - Static method in interface jdk.incubator.http.HttpRequest.BodyProcessor
-
Returns a request body processor whose body is the given
String
, converted using the given character set.