Uses of Class
org.springframework.integration.ip.tcp.connection.TcpNetConnection
Packages that use TcpNetConnection
Package
Description
All things related to tcp connections - client and
 server factories; listener and sender interfaces.
- 
Uses of TcpNetConnection in org.springframework.integration.ip.tcp.connectionMethods in org.springframework.integration.ip.tcp.connection that return TcpNetConnectionModifier and TypeMethodDescriptionDefaultTcpNetConnectionSupport.createNewConnection(Socket socket, boolean server, boolean lookupHost, ApplicationEventPublisher applicationEventPublisher, String connectionFactoryName) TcpNetConnectionSupport.createNewConnection(Socket socket, boolean server, boolean lookupHost, ApplicationEventPublisher applicationEventPublisher, String connectionFactoryName) Create a newTcpNetConnectionobject wrapping theSocket.