Interface | Description |
---|---|
IEthernetBeacon |
Interface defining some common methods for Ethernet beacons to reuse components as the accept thread ...
|
Class | Description |
---|---|
BlaubotBonjourBeacon |
The bonjour beacon.
|
BlaubotEthernetAcceptor |
Acceptor for ethernet
|
BlaubotEthernetAdapter |
Ethernet implementation for Blaubot
|
BlaubotEthernetConnection |
Connection implementation for Ethernet.
|
BlaubotEthernetConnector |
Connector for ethernet
|
BlaubotEthernetFixedDeviceSetBeacon |
TODO: not using the uuid set
Beacon for ethernet using a fixed set of
IBlaubotDevice s. |
BlaubotEthernetFixedDeviceSetBeacon.FixedDeviceSetBlaubotDevice |
A dedicated BlaubotDevice class to be used with the fixed device set beacon implementation.
|
BlaubotEthernetMulticastBeacon |
Beacon for ethernet using broadcasts.
|
BlaubotEthernetUtils |
Helper class for some ethernet specifics regarding acceptors/connectors/beacons
|
EthernetBeaconAcceptThread |
Accepting connections to the beacon and hands them to the
IBlaubotIncomingConnectionListener which will
be the BlaubotBeaconService . |
EthernetConnectionMetaDataDTO |
The metadata for connections over Ethernet (IP-Addresses)
|
FixedDeviceSetHelper |
Helper methods to deal with the BlaubotEthernetFixedDeviceSetBeacon and the construction of it's
FixedDeviceSetBlaubotDevice device implementation from convenient config strings to be able to
create networks mainly for jUnit-Tests.
|