Class NodeOnlineEvent

  • All Implemented Interfaces:
    Event, NodeEvent

    public class NodeOnlineEvent
    extends Object
    This event signals that the node is currently connected to a super peer. This means that it can be contacted by other peers connected to the same super peer. In addition, the super peer can assist in establishing direct connections to other peers.

    If the node has been configured with no super peer, this event will be never emitted.

    This is an immutable object.

    See Also:
    NodeOfflineEvent, PeerDirectEvent, PeerRelayEvent