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

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

Introduction

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

Usage

From source file org.springframework.integration.ip.tcp.connection.AbstractTcpConnection.java

/**
 * Base class for TcpConnections. TcpConnections are established by
 * client connection factories (outgoing) or server connection factories
 * (incoming).
 *
 * @author Gary Russell

From source file org.springframework.integration.ip.tcp.connection.TcpConnectionSupport.java

/**
 * Base class for TcpConnections. TcpConnections are established by
 * client connection factories (outgoing) or server connection factories
 * (incoming).
 *
 * @author Gary Russell