Status Event

Fires with information about the operation.

Syntax

public class DefaultRudpserverEventListener implements RudpserverEventListener {
  ...
  public void status(RudpserverStatusEvent e) {}
  ...
}

public class RudpserverStatusEvent {
  public String connectionId;
  public String message;
}

Remarks

This event fires with information about the operations performed during the connection. This is useful for logging and debugging purposes. By default only a minimum of information is provided through the event. See LogOptions to enable more verbose information.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks P2P 2020 Java Edition - Version 20.0 [Build 8235]