Interface BroadcastIPBabelChannel

All Superinterfaces:
BabelChannel, IPBabelChannel
All Known Implementing Classes:
UDPBabelChannel

public interface BroadcastIPBabelChannel extends IPBabelChannel
Channel interface for IP channels supporting local network broadcast or multicast operations.
  • Method Details

    • multicast

      void multicast(BabelMessage message)
      Multicast for all the connected local network nodes. The multicast address must be set during the instantiation of the channel. The channel should also be listening in the same multicast address and port.
      Parameters:
      message - message to be broadcasted.
      Throws:
      UnsupportedOperationException - if the channel doesn't support multicast or isn't supported at all.