Class and Description |
---|
org.springframework.integration.ip.config.TcpConnectionEventInboundChannelAdapterParser
in favor of the generic event adapter.
|
org.springframework.integration.ip.tcp.connection.TcpConnectionEventListeningMessageProducer
in favor of using the generic
ApplicationEventListeningMessageProducer which
can now more efficiently filter required events. Configure the adapter to handle
TcpConnectionEvent . |
Method and Description |
---|
org.springframework.integration.ip.config.IpAdapterParserUtils.addConstuctorValueIfAttributeDefined(BeanDefinitionBuilder, Element, String, boolean) |
org.springframework.integration.ip.tcp.connection.DefaultTcpNetSSLSocketFactorySupport.afterPropertiesSet()
without no-op, in favor of just constructor initialization
|
org.springframework.integration.ip.tcp.connection.DefaultTcpNioSSLConnectionSupport.afterPropertiesSet()
without no-op, in favor of just constructor initialization
|