Uses of Interface
org.springframework.integration.ip.tcp.connection.TcpSender
Package
Description
Base package for TCP Support.
All things related to tcp connections - client and
server factories; listener and sender interfaces.
-
Uses of TcpSender in org.springframework.integration.ip.tcp
Modifier and TypeClassDescriptionclass
Inbound Gateway using a server connection factory - threading is controlled by the factory.class
TCP outbound gateway that uses a client connection factory.class
Tcp outbound channel adapter using a TcpConnection to send data - if the connection factory is a server factory, the TcpListener owns the connections. -
Uses of TcpSender in org.springframework.integration.ip.tcp.connection
Modifier and TypeClassDescriptionclass
Base class forTcpConnectionInterceptor
s; passes all method calls through to the underlyingTcpConnection
.Modifier and TypeMethodDescriptionAbstractConnectionFactory.getSender()
CachingClientConnectionFactory.getSender()
TcpConnectionInterceptorSupport.getSender()
TcpConnectionSupport.getSender()
ThreadAffinityClientConnectionFactory.getSender()
Modifier and TypeMethodDescriptionAbstractConnectionFactory.getSenders()
Return the list of senders.TcpConnectionInterceptorSupport.getSenders()
TcpConnectionSupport.getSenders()
Return the list of senders.ThreadAffinityClientConnectionFactory.getSenders()
Modifier and TypeMethodDescriptionvoid
AbstractConnectionFactory.registerSender
(TcpSender senderToRegister) Registers a TcpSender; for server sockets, used to provide connection information so a sender can be used to reply to incoming messages.void
CachingClientConnectionFactory.registerSender
(TcpSender sender) void
FailoverClientConnectionFactory.registerSender
(TcpSender sender) void
TcpConnectionInterceptorSupport.registerSender
(TcpSender sender) void
TcpConnectionSupport.registerSender
(TcpSender senderToRegister) Register a sender.void
ThreadAffinityClientConnectionFactory.registerSender
(TcpSender sender) boolean
AbstractConnectionFactory.unregisterSender
(TcpSender sender) Unregister a TcpSender.Modifier and TypeMethodDescriptionvoid
TcpConnectionInterceptorSupport.registerSenders
(List<TcpSender> sendersToRegister) void
TcpConnectionSupport.registerSenders
(List<TcpSender> sendersToRegister) Register the senders.