public class LinkState
extends java.lang.Object
DataLinkLayer.Link
Modifier and Type | Field and Description |
---|---|
static LinkState |
CONNECTED
Stabiler Zustand für eine aufgebaute Verbindung.
|
static LinkState |
CONNECTING
Übergangszustand für eine im Aufbau befindliche Verbindung.
|
static LinkState |
DISCONNECTED
Stabiler Zustand für eine nicht aufgebaute Verbindung.
|
static LinkState |
DISCONNECTING
Übergangszustand für eine im Abbau befindliche Verbindung.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Liefert eine textuelle Beschreibung dieses Verbindungszustands zurück.
|
public static final LinkState DISCONNECTED
public static final LinkState CONNECTING
public static final LinkState CONNECTED
public static final LinkState DISCONNECTING