Spring Integration

Uses of Class
org.springframework.integration.ip.tcp.connection.TcpNetConnection

Packages that use TcpNetConnection
org.springframework.integration.ip.tcp.connection All things related to tcp connections - client and server factories; listener and sender interfaces. 
 

Uses of TcpNetConnection in org.springframework.integration.ip.tcp.connection
 

Fields in org.springframework.integration.ip.tcp.connection declared as TcpNetConnection
protected  TcpNetConnection TcpNetClientConnectionFactory.theConnection
           
 

Methods in org.springframework.integration.ip.tcp.connection that return TcpNetConnection
 TcpNetConnection TcpNetClientConnectionFactory.getConnection()
          Obtains a connection - if AbstractConnectionFactory.setSingleUse(boolean) was called with true, a new connection is returned; otherwise a single connection is reused for all requests while the connection remains open.
 


Spring Integration

Copyright © 2010. All Rights Reserved.