Class TcpReceivingChannelAdapter

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, SmartInitializingSingleton, ApplicationContextAware, Lifecycle, Phased, SmartLifecycle, ComponentSourceAware, ExpressionCapable, OrderlyShutdownCapable, MessageProducer, IntegrationPattern, ClientModeCapable, TcpListener, NamedComponent, IntegrationInboundManagement, IntegrationManagement, ManageableLifecycle, ManageableSmartLifecycle, TrackableComponent

@Deprecated(forRemoval=true, since="7.0") public class TcpReceivingChannelAdapter extends TcpReceivingChannelAdapter
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor or TcpReceivingChannelAdapter
Tcp inbound channel adapter using a TcpConnection to receive data - if the connection factory is a server factory, this Listener owns the connections. If it is a client factory, the sender owns the connection.
Since:
2.0
Author:
Gary Russell, Artem Bilan
  • Constructor Details

    • TcpReceivingChannelAdapter

      public TcpReceivingChannelAdapter()
      Deprecated, for removal: This API element is subject to removal in a future version.