Networking Overview (also available
in )
Overview of networking facilities in java.net, including Addressing,
Making TCP Connections, Sending/Receiving Datagram Packets via UDP, Locating/Identifying
Network Resources, and Security.
HTTP client API. The following articles describe features of the
HTTP client API. (See
java.net.HttpURLConnection for an overview).
Detailed overview, with code samples, of the new cache management API.
Overview of how to deal with cookies, often used as an HTTP state management
mechanism, in J2SE 5.0.
Overview of how to use HTTP authentication, which schemes and protocols
are supported, and the system properties that affect its behavior.
Overview of the HTTP persistent connections (aka keep alive mechanisms),
and the means to control them.
Java Networking and Proxies
In depth exploration, with code samples, of proxy management Java networking
APIs including the newly introduced ProxySelector mechanism.
IPv6 Support (also available
in )
IPv6 support, including special IPv6 address types and dual-stack node.
We welcome your participation in our community. Please keep your comments
civil and on point. You may optionally provide your email address to
be notified of replies — your information is not used for any other
purpose. By submitting a comment, you agree to these
.