Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.
Java™ Platform
Standard Ed. 9

DRAFT 9-internal+0-2016-10-04-161205.jjg.dev.8159855.tools-spi
Module java.httpclient

Package java.net.http

High level HTTP and WebSocket API

See: Description

Package java.net.http Description

High level HTTP and WebSocket API

This provides a high-level client interfaces to HTTP (versions 1.1 and 2) and WebSocket. Synchronous and asynchronous (via CompletableFuture) modes are provided for HTTP. WebSocket works in asynchronous mode only. The main types defined are:
Since:
9
Skip navigation links
Java™ Platform
Standard Ed. 9

DRAFT 9-internal+0-2016-10-04-161205.jjg.dev.8159855.tools-spi

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-10-04-161205.jjg.dev.8159855.tools-spi