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

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

Introduction

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

The text is from its open source code.

Method

voidafterConnected(TcpConnection

connection)
Invoked after a connection is successfully established.

voidafterConnectFailure(Throwable ex)
Invoked on failure to connect.
voidafterConnectionClosed()
Invoked after the connection is closed.
voidhandleMessage(Message

message)
Handle a message received from the remote host.