abstract class WanCom extends AbstractDataLinkLayer
Abstrakte Klasse, welche die für Client und Server identischen Funktionen des WanCom Protokolls enthält.
AbstractDataLinkLayer.Link
Constructor and Description |
---|
WanCom() |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
createKeepAliveTelegramBytes(int version,
int type,
java.net.InetAddress localAddress) |
protected java.lang.String |
getDefaultProperty(java.lang.String name) |
int |
getMaximumDataSize()
Bestimmt die maximale Anzahl von Nutzdatenbytes in einem OSI-2 Paket (Telegramm).
|
addEventListener, allowConnection, allowConnection, checkConnection, getLocalAddress, getProperty, notifyEvent, notifyEvent, removeEventListener, setLocalAddress, setProperties
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abort, createLink, isStarted, setDavConnection, shutdown, start
protected java.lang.String getDefaultProperty(java.lang.String name)
getDefaultProperty
in class AbstractDataLinkLayer
public int getMaximumDataSize()
DataLinkLayer
Bestimmt die maximale Anzahl von Nutzdatenbytes in einem OSI-2 Paket (Telegramm).
protected byte[] createKeepAliveTelegramBytes(int version, int type, java.net.InetAddress localAddress)