A B C D E F G H I J K L M N O P Q R S T U V W
B
- body() - Method in class jdk.incubator.http.HttpResponse
-
Returns the body.
- bodyProcessor() - Method in class jdk.incubator.http.HttpRequest
-
Returns an
Optional
containing theHttpRequest.BodyProcessor
set on this request. - BufferHandler - Interface in jdk.incubator.http.internal.common
-
Implemented by buffer pools.
- BUFSIZE - Static variable in class jdk.incubator.http.internal.common.Utils
- build() - Method in class jdk.incubator.http.HttpClient.Builder
-
Returns a
HttpClient
built from the current state of this builder. - build() - Method in class jdk.incubator.http.HttpRequest.Builder
-
Builds and returns a
HttpRequest
. - buildAsync() - Method in class jdk.incubator.http.internal.websocket.BuilderImpl
- buildAsync() - Method in interface jdk.incubator.http.WebSocket.Builder
-
Builds a
WebSocket
. - Builder() - Constructor for class jdk.incubator.http.HttpClient.Builder
- Builder() - Constructor for class jdk.incubator.http.HttpRequest.Builder
-
Creates a Builder.
- BuilderImpl - Class in jdk.incubator.http.internal.websocket
- BuilderImpl(HttpClient, URI, WebSocket.Listener) - Constructor for class jdk.incubator.http.internal.websocket.BuilderImpl
- ByteBufferPool - Class in jdk.incubator.http.internal.common
-
The class provides reuse of ByteBuffers.
- ByteBufferPool() - Constructor for class jdk.incubator.http.internal.common.ByteBufferPool
- ByteBufferReference - Class in jdk.incubator.http.internal.common