Spring Integration

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

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

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

Subclasses of AbstractTcpConnection in org.springframework.integration.ip.tcp.connection
 class TcpNetConnection
          A TcpConnection that uses and underlying Socket.
 class TcpNioConnection
          A TcpConnection that uses and underlying SocketChannel.
 


Spring Integration

Copyright © 2010. All Rights Reserved.