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

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

The text is from its open source code.

Method

voidregisterSender(TcpSender senderToRegister)
Registers a TcpSender; for server sockets, used to provide connection information so a sender can be used to reply to incoming messages.
voidsetDeserializer(Deserializer deserializer)
voidsetInterceptorFactoryChain(TcpConnectionInterceptorFactoryChain interceptorFactoryChain)
voidsetSerializer(Serializer serializer)
voidsetSingleUse(boolean singleUse)
If true, sockets created by this factory will be used once.
voidsetSoTimeout(int soTimeout)
voidsetTaskExecutor(Executor taskExecutor)
voidstart()
voidstop()
Stops the server.