Java org.springframework.integration.ip.udp MulticastSendingMessageHandler fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

MulticastSendingMessageHandler(String address, int port)
Constructs a MulticastSendingMessageHandler to send data to the multicast address/port.
MulticastSendingMessageHandler(String address, int port, boolean lengthCheck, boolean acknowledge, String ackHost, int ackPort, int ackTimeout)
Constructs a MulticastSendingMessageHandler to send data to the multicast address/port and enables setting the acknowledge option, where the destination sends a receipt acknowledgment.

Method