Uses of Interface
org.springframework.integration.ip.tcp.connection.TcpNioConnectionSupport
Packages that use TcpNioConnectionSupport
Package
Description
Provides classes for configuration - parsers, namespace handlers, factory beans.
All things related to tcp connections - client and
server factories; listener and sender interfaces.
-
Uses of TcpNioConnectionSupport in org.springframework.integration.ip.config
Methods in org.springframework.integration.ip.config with parameters of type TcpNioConnectionSupportModifier and TypeMethodDescriptionvoidTcpConnectionFactoryFactoryBean.setNioConnectionSupport(TcpNioConnectionSupport tcpNioSupport) -
Uses of TcpNioConnectionSupport in org.springframework.integration.ip.tcp.connection
Classes in org.springframework.integration.ip.tcp.connection that implement TcpNioConnectionSupportModifier and TypeClassDescriptionclassImplementation ofTcpNioConnectionSupportfor non-SSL NIO connections.classImplementation ofTcpNioConnectionSupportfor SSL NIO connections.Methods in org.springframework.integration.ip.tcp.connection with parameters of type TcpNioConnectionSupportModifier and TypeMethodDescriptionvoidTcpNioClientConnectionFactory.setTcpNioConnectionSupport(TcpNioConnectionSupport tcpNioSupport) voidTcpNioServerConnectionFactory.setTcpNioConnectionSupport(TcpNioConnectionSupport tcpNioSupport)