Uses of Package
jdk.incubator.http
-
Packages that use jdk.incubator.http Package Description jdk.incubator.http High level HTTP and WebSocket APIjdk.incubator.http.internal.common jdk.incubator.http.internal.frame jdk.incubator.http.internal.websocket -
Classes in jdk.incubator.http used by jdk.incubator.http Class Description HttpClient A container for configuration information common to multipleHttpRequest
s.HttpClient.Builder A builder of immutableHttpClient
s.HttpClient.Redirect Defines automatic redirection policy.HttpClient.Version The HTTP protocol version.HttpHeaders A read-only view of a set of HTTP headers.HttpRequest Represents one HTTP request which can be sent to a server.HttpRequest.BodyProcessor A processor which converts high level Java objects into flows ofByteBuffer
s suitable for sending as request bodies.HttpRequest.Builder A builder ofHttpRequest
s.HttpResponse Represents a response to aHttpRequest
.HttpResponse.BodyHandler A handler for response bodies.HttpResponse.BodyProcessor A processor for response bodies.HttpResponse.MultiProcessor A response processor for a HTTP/2 multi response.MultiMapResult AMap
containing the result of a HTTP/2 request and multi-response.WebSocket A WebSocket client conforming to RFC 6455.WebSocket.Builder A builder for creatingWebSocket
instances.WebSocket.Listener A listener for events and messages on aWebSocket
.WebSocket.MessagePart A marker used byWebSocket.Listener
in cases where a partial message may be received.WebSocketHandshakeException An exception used to signal the opening handshake failed. -
Classes in jdk.incubator.http used by jdk.incubator.http.internal.common Class Description HttpHeaders A read-only view of a set of HTTP headers. -
Classes in jdk.incubator.http used by jdk.incubator.http.internal.frame Class Description HttpHeaders A read-only view of a set of HTTP headers. -
Classes in jdk.incubator.http used by jdk.incubator.http.internal.websocket Class Description HttpClient A container for configuration information common to multipleHttpRequest
s.WebSocket A WebSocket client conforming to RFC 6455.WebSocket.Builder A builder for creatingWebSocket
instances.WebSocket.Listener A listener for events and messages on aWebSocket
.