Class Message

java.lang.Object
otherTests.multicast.Message

public final class Message extends Object
  • Constructor Details

  • Method Details

    • dispatch

      public void dispatch()
      Sends the message contents to all clients, notifying the status listener about the corresponding events as they occur.

      Network communication with clients occurs asynchronously, without ever blocking the caller. Status notifications are executed on the Swing EDT (Event Dispatching Thread), so that the UI can be safely updated.