Spring Integration

Uses of Interface
org.springframework.integration.ip.tcp.connection.ConnectionFactory

Packages that use ConnectionFactory
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 ConnectionFactory in org.springframework.integration.ip.tcp
 

Fields in org.springframework.integration.ip.tcp declared as ConnectionFactory
protected  ConnectionFactory TcpReceivingChannelAdapter.clientConnectionFactory
           
protected  ConnectionFactory TcpSendingMessageHandler.clientConnectionFactory
           
protected  ConnectionFactory TcpReceivingChannelAdapter.serverConnectionFactory
           
protected  ConnectionFactory TcpSendingMessageHandler.serverConnectionFactory
           
 

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

Classes in org.springframework.integration.ip.tcp.connection that implement ConnectionFactory
 class AbstractClientConnectionFactory
          Abstract class for client connection factories; client connection factories establish outgoing connections.
 class AbstractConnectionFactory
          Base class for all connection factories.
 class AbstractServerConnectionFactory
          Base class for all server connection factories.
 class TcpNetClientConnectionFactory
          A client connection factory that creates TcpNetConnections.
 class TcpNetServerConnectionFactory
          Implements a server connection factory that produces TcpNetConnections using a ServerSocket.
 class TcpNioClientConnectionFactory
          A client connection factory that creates TcpNioConnections.
 class TcpNioServerConnectionFactory
          /** Implements a server connection factory that produces TcpNioConnections using a ServerSocketChannel.
 


Spring Integration

Copyright © 2010. All Rights Reserved.