|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.ip.tcp.connection.support.DefaultTcpNetSocketFactorySupport
public class DefaultTcpNetSocketFactorySupport
Implementation of TcpSocketFactorySupport
for non-SSL sockets ServerSocket and
Socket.
| Constructor Summary | |
|---|---|
DefaultTcpNetSocketFactorySupport()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultTcpNetSocketFactorySupport()
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||