Example usage for org.springframework.integration.ip.tcp.connection TcpSender interface-usage

List of usage examples for org.springframework.integration.ip.tcp.connection TcpSender interface-usage

Introduction

In this page you can find the example usage for org.springframework.integration.ip.tcp.connection TcpSender interface-usage.

Usage

From source file org.springframework.integration.ip.tcp.TcpSendingMessageHandler.java

/**
 * Tcp outbound channel adapter using a TcpConnection to 
 * send data - if the connection factory is a server
 * factory, the TcpListener owns the connections. If it is
 * a client factory, this object owns the connection.
 * @author Gary Russell