public class DefaultTcpNetSocketFactorySupport extends java.lang.Object implements TcpSocketFactorySupport
ServerSocket and
Socket.| Constructor and Description |
|---|
DefaultTcpNetSocketFactorySupport() |
| Modifier and Type | Method and Description |
|---|---|
javax.net.ServerSocketFactory |
getServerSocketFactory()
Supplies the
ServerSocketFactory to be used to
create new ServerSockets. |
javax.net.SocketFactory |
getSocketFactory()
Supplies the
SocketFactory to be used to
create new Sockets. |
public javax.net.ServerSocketFactory getServerSocketFactory()
TcpSocketFactorySupportServerSocketFactory to be used to
create new ServerSockets.getServerSocketFactory in interface TcpSocketFactorySupportpublic javax.net.SocketFactory getSocketFactory()
TcpSocketFactorySupportSocketFactory to be used to
create new Sockets.getSocketFactory in interface TcpSocketFactorySupport