Interface | Description |
---|---|
ServerSocketFactory |
Interface for factory that creates new
ServerSocket instances. |
SocketFactory |
Interface for factory that create new
Socket instances. |
Class | Description |
---|---|
DefaultServerSocketFactory |
Default implementation of the
ServerSocketFactory ; creates standard ServerSocket instances. |
DefaultSocketFactory |
Default implementation of the
SocketFactory ; creates standard Socket instances. |
Copyright © 2016. All rights reserved.