| Class | Description |
|---|---|
| HttpClient |
A container for configuration information common to multiple
HttpRequests. |
| HttpClient.Builder |
A builder of immutable
HttpClients. |
| 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 of
ByteBuffers suitable for sending as request bodies. |
| HttpRequest.Builder |
A builder of
HttpRequests. |
| HttpResponse |
Represents a response to a
HttpRequest. |
| 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 |
A
Map containing the result of a HTTP/2 request and multi-response. |
| WebSocket |
A WebSocket client conforming to RFC 6455.
|
| WebSocket.Builder |
A builder for creating
WebSocket instances. |
| WebSocket.Listener |
A listener for events and messages on a
WebSocket. |
| WebSocket.MessagePart |
A marker used by
WebSocket.Listener in cases where a partial
message may be received. |
| WebSocketHandshakeException |
An exception used to signal the opening handshake failed.
|
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2015, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b155-1