|
|||||||||
| 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.DefaultTcpNetSSLSocketFactorySupport
public class DefaultTcpNetSSLSocketFactorySupport
Implementation of TcpSocketFactorySupport
for SSL sockets SSLServerSocket and
SSLSocket.
| Constructor Summary | |
|---|---|
DefaultTcpNetSSLSocketFactorySupport(TcpSSLContextSupport sslContextSupport)
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
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 DefaultTcpNetSSLSocketFactorySupport(TcpSSLContextSupport sslContextSupport)
| 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
public void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||