|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.integration.ip.tcp.connection.DefaultTcpNioSSLConnectionSupport
public class DefaultTcpNioSSLConnectionSupport
Implementation of TcpNioConnectionSupport
for SSL
NIO connections.
Constructor Summary | |
---|---|
DefaultTcpNioSSLConnectionSupport(TcpSSLContextSupport sslContextSupport)
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
TcpNioConnection |
createNewConnection(java.nio.channels.SocketChannel socketChannel,
boolean server,
boolean lookupHost)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultTcpNioSSLConnectionSupport(TcpSSLContextSupport sslContextSupport)
Method Detail |
---|
public TcpNioConnection createNewConnection(java.nio.channels.SocketChannel socketChannel, boolean server, boolean lookupHost) throws java.lang.Exception
createNewConnection
in interface TcpNioConnectionSupport
java.lang.Exception
public void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
java.lang.Exception
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |