Uses of Interface
org.springframework.integration.ip.tcp.connection.TcpNioConnectionSupport
Package
Description
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides TCP/UDP Component support for the Java DSL.
All things related to tcp connections - client and
server factories; listener and sender interfaces.
-
Uses of TcpNioConnectionSupport in org.springframework.integration.ip.config
Modifier and TypeMethodDescriptionvoid
TcpConnectionFactoryFactoryBean.setNioConnectionSupport
(TcpNioConnectionSupport tcpNioSupport) -
Uses of TcpNioConnectionSupport in org.springframework.integration.ip.dsl
Modifier and TypeMethodDescriptionTcpNioClientConnectionFactorySpec.connectionSupport
(TcpNioConnectionSupport tcpNioSupport) TheTcpNioConnectionSupport
to use.TcpNioServerConnectionFactorySpec.connectionSupport
(TcpNioConnectionSupport tcpNioSupport) TheTcpNioConnectionSupport
to use. -
Uses of TcpNioConnectionSupport in org.springframework.integration.ip.tcp.connection
Modifier and TypeClassDescriptionclass
Implementation ofTcpNioConnectionSupport
for non-SSL NIO connections.class
Implementation ofTcpNioConnectionSupport
for SSL NIO connections.Modifier and TypeMethodDescriptionvoid
TcpNioClientConnectionFactory.setTcpNioConnectionSupport
(TcpNioConnectionSupport tcpNioSupport) void
TcpNioServerConnectionFactory.setTcpNioConnectionSupport
(TcpNioConnectionSupport tcpNioSupport) Set theTcpNioConnectionSupport
to use.