Spring Integration

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

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

Uses of AbstractServerConnectionFactory in org.springframework.integration.ip.tcp
 

Fields in org.springframework.integration.ip.tcp declared as AbstractServerConnectionFactory
protected  AbstractServerConnectionFactory TcpInboundGateway.connectionFactory
           
 

Methods in org.springframework.integration.ip.tcp with parameters of type AbstractServerConnectionFactory
 void TcpInboundGateway.setConnectionFactory(AbstractServerConnectionFactory connectionFactory)
           
 

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

Subclasses of AbstractServerConnectionFactory in org.springframework.integration.ip.tcp.connection
 class TcpNetServerConnectionFactory
          Implements a server connection factory that produces TcpNetConnections using a ServerSocket.
 class TcpNioServerConnectionFactory
          /** Implements a server connection factory that produces TcpNioConnections using a ServerSocketChannel.
 


Spring Integration

Copyright © 2010. All Rights Reserved.