Interface | Description |
---|---|
IBlaubotConnectionAcceptor |
Defines an abstraction for any kind of connection accepting mechanisms.
|
IBlaubotConnectionListener |
Listener interface to be registered to
IBlaubotConnection instances. |
IBlaubotConnectionManagerListener |
Listener interface to be registered to
BlaubotConnectionManager instances. |
IBlaubotIncomingConnectionListener |
Listener interface to be registered to
IBlaubotConnectionAcceptor instances. |
IBlaubotListeningStateListener |
Listener interface to retrieve the listening state of
IBlaubotConnectionAcceptor objects. |
Class | Description |
---|---|
ConnectionMetaDataDTO |
Generic meta data DTO object to transfer connectivity informations about
Acceptors (like ip address, mac address, ...)
|
UniqueDeviceIdHelper |
Helper to serialize and de-serialize the uniqueDevice id from input and output streams.
|