Java org.springframework.integration.ip.tcp.connection TcpConnection fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.ip.tcp.connection TcpConnection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.ip.tcp.connection TcpConnection.

The text is from its open source code.

Implementation

org.springframework.integration.ip.tcp.connection.TcpConnection has the following implementations.
Click this link to see all its implementation.

Method

voidclose()
Closes the connection.
StringgetConnectionId()
StringgetHostAddress()
StringgetHostName()
ObjectgetPayload()
Uses the deserializer to obtain the message payload from the connection's input stream.
intgetPort()
longincrementAndGetConnectionSequence()
booleanisOpen()
voidsend(Message message)
Converts and sends the message.
StringtoString()
Returns a string representation of the object.