Support for selected BSD-style socket options in theNetworking Guidejava.net
base classes. With JDK 1.1,Socket
andServerSocket
are non-final, extendable classes. New subclasses ofSocketException
have been added for finer granularity in reporting and handling network errors. The classMulticastSocket
moves fromsun.net
tojava.net
. Also includes general performance improvements and bug fixes.
Changes to the java.net package in JDK1.1
Networking API Reference
(javadoc)