ConnectionStatus.Dropped¶
-
public static class
Dropped
extends ConnectionStatus¶ Indicates that a connection to the
peer
was dropped.
Fields¶
last¶
-
public final boolean
last
¶ Was the last channel to the
peer
dropped? Iftrue
, this is definitely equivalent to a session loss event. Iffalse
, it may just be the case that a duplicate channel was closed, which does not incur message losses, and should thus not be treated as a session loss event.