Java org.springframework.messaging.tcp TcpConnection fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

voidclose()
Close the connection.
voidonReadInactivity(Runnable runnable, long duration)
Register a task to invoke after a period of read inactivity.
voidonWriteInactivity(Runnable runnable, long duration)
Register a task to invoke after a period of write inactivity.
ListenableFuturesend(Message

message)
Send the given message.