Uses of Class
org.springframework.integration.ip.tcp.connection.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.connection
Modifier 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 newTcpNetConnection
object wrapping theSocket
.