Spring Integration

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

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

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

Fields in org.springframework.integration.ip.tcp.connection declared as TcpNioConnection
protected  TcpNioConnection TcpNioClientConnectionFactory.theConnection
           
 

Fields in org.springframework.integration.ip.tcp.connection with type parameters of type TcpNioConnection
protected  Map<SocketChannel,TcpNioConnection> TcpNioClientConnectionFactory.connections
           
protected  Map<SocketChannel,TcpNioConnection> TcpNioServerConnectionFactory.connections
           
 

Methods in org.springframework.integration.ip.tcp.connection that return TcpNioConnection
 TcpNioConnection TcpNioClientConnectionFactory.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.