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

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

The text is from its open source code.

Constructor

AbstractServerConnectionFactory(int port)
The port on which the factory will listen.

Method

voidafterPropertiesSet()
booleancloseConnection(String connectionId)
Close a connection with the specified connection id.
ListgetOpenConnectionIds()
Returns a list of (currently) open TcpConnection connection ids; allows, for example, broadcast operations to all open connections.
intgetPort()
SocketAddressgetServerSocketAddress()
voidregisterListener(TcpListener listenerToRegister)
Registers a TcpListener to receive messages after the payload has been converted from the input data.
voidsetApplicationEventPublisher(ApplicationEventPublisher applicationEventPublisher)
voidsetBeanFactory(BeanFactory beanFactory)
voidsetBeanName(String beanName)
voidsetDeserializer(Deserializer deserializer)
voidstart()
voidstop()
Stops the server.