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

Example usage for Java org.springframework.integration.ip.tcp TcpInboundGateway fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.ip.tcp TcpInboundGateway.

The text is from its open source code.

Constructor

Method

booleanonMessage(Message message)
voidsetConnectionFactory(AbstractConnectionFactory connectionFactory)
Must be AbstractClientConnectionFactory or AbstractServerConnectionFactory .
voidsetReplyChannel(MessageChannel replyChannel)
Set the reply channel.
voidsetRequestChannel(MessageChannel requestChannel)
Set the request channel.
voidstart()