Spring Integration

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

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

Methods in org.springframework.integration.ip.tcp with parameters of type AbstractConnectionFactory
 void TcpReceivingChannelAdapter.setConnectionFactory(AbstractConnectionFactory connectionFactory)
          Sets the client or server connection factory; for this (an inbound adapter), if the factory is a client connection factory, the sockets are owned by a sending channel adapter and this adapter is used to receive replies.
 void TcpSendingMessageHandler.setConnectionFactory(AbstractConnectionFactory connectionFactory)
          Sets the client or server connection factory; for this (an outbound adapter), if the factory is a server connection factory, the sockets are owned by a receiving channel adapter and this adapter is used to send replies.
 

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

Subclasses of AbstractConnectionFactory in org.springframework.integration.ip.tcp.connection
 class AbstractClientConnectionFactory
          Abstract class for client connection factories; client connection factories establish outgoing connections.
 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.