Uses of Interface
org.springframework.integration.ip.tcp.connection.ClientModeCapable
Packages that use ClientModeCapable
Package
Description
Base package for TCP adapters.
Inbound channel adapters for TCP Support.
Outbound channel adapters for TCP Support.
-
Uses of ClientModeCapable in org.springframework.integration.ip.tcp
Classes in org.springframework.integration.ip.tcp that implement ClientModeCapableModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor orTcpReceivingChannelAdapter
class
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor orTcpSendingMessageHandler
-
Uses of ClientModeCapable in org.springframework.integration.ip.tcp.inbound
Classes in org.springframework.integration.ip.tcp.inbound that implement ClientModeCapableModifier and TypeClassDescriptionclass
Inbound Gateway using a server connection factory - threading is controlled by the factory.class
Tcp inbound channel adapter using a TcpConnection to receive data - if the connection factory is a server factory, this Listener owns the connections. -
Uses of ClientModeCapable in org.springframework.integration.ip.tcp.outbound
Classes in org.springframework.integration.ip.tcp.outbound that implement ClientModeCapableModifier and TypeClassDescriptionclass
Tcp outbound channel adapter using a TcpConnection to send data - if the connection factory is a server factory, the TcpListener owns the connections.
TcpInboundGateway