Package | Description |
---|---|
java.net.http |
High level HTTP and WebSocket API
|
Class and Description |
---|
HttpClient
A container for configuration information common to multiple
HttpRequest s. |
HttpClient.Builder
A builder of immutable
HttpClient s. |
HttpClient.Redirect
Defines automatic redirection policy.
|
HttpClient.Version
The HTTP protocol version.
|
HttpHeaders
A read-only view of a set of received HTTP headers.
|
HttpRequest
Represents one HTTP request which can be sent to a server.
|
HttpRequest.BodyProcessor
A request processor which obtains the request body from some source.
|
HttpRequest.Builder
A builder of
HttpRequest s. |
HttpResponse
Represents a response to a
HttpRequest . |
HttpResponse.BodyProcessor
A processor for response bodies, which determines the type of the
response body returned from
HttpResponse . |
HttpResponse.MultiProcessor
A response processor for a HTTP/2 multi response.
|
WebSocket
A WebSocket client conforming to RFC 6455.
|
WebSocket.Builder
A builder for creating
WebSocket instances. |
WebSocket.CloseCode
A
WebSocket close status code. |
WebSocket.Listener
A listener for events and messages on a
WebSocket . |
WebSocket.MessagePart
A marker used by
WebSocket.Listener for partial message
receiving. |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-06-25-232344.buildd.src