Top Description Packages
OpenJDK 1.23

Module java.net.http

Requires
java.base

Defines the HTTP Client and WebSocket APIs.

System properties used by the java.net.http API

The following is a list of system networking properties used by the java.net.http client implementation in the JDK. Any properties below that take a numeric value assume the default value if given a string that does not parse as a number. Unless otherwise specified below, all values can be set in the conf/net.properties file. In all cases, values can be specified as system properties on the command line, in which case, any value in conf/net.properties is overridden. No guarantee is provided that property values can be set programatically with System.setProperty(). Other implementations of this API may choose not to support these properties.

Since
11

Package Summary

Modifier and TypePackage and Description
exported package
java.net.http

HTTP Client and WebSocket APIs

Provides high-level client interfaces to HTTP (versions 1.1 and 2) and low-level client interfaces to WebSocket.

internal package
internal package
internal package
internal package
jdk.internal.net.http.hpack

HPACK (Header Compression for HTTP/2) implementation conforming to RFC 7541.

internal package