Package javax.net

Provides optional classes for networking applications.

See:
          Description

Class Summary
ServerSocketFactory This class creates server sockets.
SocketFactory This class creates sockets.
 

Package javax.net Description

Provides optional classes for networking applications. These classes include factories for creating sockets. Using socket factories you can encapsulate socket creation and configuration behavior.