Please note that this documentation is not final and is subject to change.


DRAFT-b102

Package java.net

Provides the classes for implementing networking applications.

See:
          Description

Interface Summary
Interface Description
ProtocolFamily Represents a family of communication protocols.
SocketOption<T> A socket option associated with a socket.
 

Class Summary
Class Description
StandardSocketOption Defines the standard socket options.
URL Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
 

Enum Summary
Enum Description
StandardProtocolFamily Defines the standard families of communication protocols.
 

Package java.net Description

Provides the classes for implementing networking applications.



DRAFT-b102