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 TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor orTcpReceivingChannelAdapterclassDeprecated, 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 TypeClassDescriptionclassInbound Gateway using a server connection factory - threading is controlled by the factory.classTcp 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 TypeClassDescriptionclassTcp outbound channel adapter using a TcpConnection to send data - if the connection factory is a server factory, the TcpListener owns the connections.
TcpInboundGateway