ConnectionStatus

public abstract class ConnectionStatus implements KompicsEvent

All subclasses indicate a status change of a connection to the specified peer.

Author:Lars Kroll <lkroll@kth.se>

Fields

peer

public final Address peer

The address of the node the connection relates to.

protocol

public final Transport protocol

The transport protocol of the connection to the peer.

Methods

dropped

public static Dropped dropped(Address peer, Transport protocol, boolean last)

established

public static Established established(Address peer, Transport protocol)

requested

public static Requested requested(Address peer, Transport protocol)