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

Example usage for Java org.springframework.integration.ip.tcp.connection TcpConnectionSupport 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 TcpConnectionSupport.

The text is from its open source code.

Method

voidclose()
Closes this connection.
StringgetConnectionId()
booleanisOpen()
voidpublishEvent(TcpConnectionEvent event)
Allow interceptors etc to publish events, perhaps subclasses of TcpConnectionEvent.
voidregisterListener(@Nullable TcpListener listener)
Set the listener that will receive incoming Messages.
voidrun()
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
voidsend(Message message)
Converts and sends the message.
voidsetDeserializer(Deserializer deserializer)
voidsetMapper(TcpMessageMapper mapper)
StringtoString()