java.net (Java SE 26 & JDK 26)
-
The class Authenticator represents an object that knows how to obtain authentication for a network connection.
The type of the entity requesting authentication.
Signals that an error occurred while attempting to bind a socket to a local address and port.
Represents channels for storing resources in the ResponseCache.
Represent channels for retrieving resources from the ResponseCache.
Signals that an error occurred while attempting to connect a socket to a remote address and port.
The abstract class
ContentHandleris the superclass of all classes that read anObjectfrom aURLConnection.This interface defines a factory for content handlers.
A CookieHandler object provides a callback mechanism to hook up a HTTP state management policy implementation into the HTTP protocol handler.
CookieManager provides a concrete implementation of
CookieHandler, which separates the storage of cookies from the policy surrounding accepting and rejecting cookies.CookiePolicy implementations decide which cookies should be accepted and which should be rejected.
A CookieStore object represents a storage for cookie.
This class represents a datagram packet.
This class represents a socket for sending and receiving datagram packets.
Abstract datagram and multicast socket implementation base class.
This interface defines a factory for datagram socket implementations.
A simple interface which provides a mechanism to map between a file name and a MIME type string.
An HttpCookie object represents an HTTP cookie, which carries state information between server and user agent.
Thrown to indicate that a HTTP request needs to be retried but cannot be retried automatically, due to streaming mode being enabled.
A URLConnection with support for HTTP-specific features.
Provides methods to convert internationalized domain names (IDNs) between a normal Unicode representation and an ASCII Compatible Encoding (ACE) representation.
This class represents an Internet Protocol version 4 (IPv4) address.
This class represents an Internet Protocol version 6 (IPv6) address.
This class represents an Internet Protocol (IP) address.
This class implements an IP Socket Address (IP address + port number) It can also be a pair (hostname + port number), in which case an attempt will be made to resolve the hostname.
This class represents a Network Interface address.
A URL Connection to a Java ARchive (JAR) file or an entry in a JAR file.
Thrown to indicate that a malformed URL has occurred.
A
MulticastSocketis a datagram socket that is convenient for sending and receiving IP multicast datagrams.Deprecated, for removal: This API element is subject to removal in a future version.
This class represents a Network Interface.
Signals that an error occurred while attempting to connect a socket to a remote address and port.
The class PasswordAuthentication is a data holder that is used by Authenticator.
Signals that an ICMP Port Unreachable message has been received on a connected datagram.
Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
Represents a family of communication protocols.
This class represents a proxy setting, typically a type (http, socks) and a socket address.
Represents the proxy type.
Selects the proxy server to use, if any, when connecting to the network resource referenced by a URL.
Represents implementations of URLConnection caches.
Represents a cache response originally retrieved through secure means, such as TLS.
This class implements server sockets.
This class implements client sockets (also called just "sockets").
This class represents a Socket Address with no protocol attachment.
Thrown to indicate that there is an error creating or accessing a Socket.
The abstract class
SocketImplis a common superclass of all classes that actually implement sockets.This interface defines a factory for socket implementations.
A socket option associated with a socket.
Interface of methods to get/set socket options.
Deprecated, for removal: This API element is subject to removal in a future version.
Signals that a timeout has occurred on a socket read or accept.
Defines the standard families of communication protocols.
Defines the standard socket options.
A Unix domain socket address.
Thrown to indicate that the IP address of a host could not be determined.
Thrown to indicate that an unknown service exception has occurred.
Represents a Uniform Resource Identifier (URI) reference.
Checked exception thrown to indicate that a string could not be parsed as a URI reference.
Class
URLrepresents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.This class loader is used to load classes and resources from a search path of URLs referring to both JAR files and directories.
The abstract class
URLConnectionis the superclass of all classes that represent a communications link between the application and a URL.Utility class for HTML form decoding.
Utility class for HTML form encoding.
Deprecated, for removal: This API element is subject to removal in a future version.
The abstract class
URLStreamHandleris the common superclass for all stream protocol handlers.This interface defines a factory for
URLstream protocol handlers.