| Package | Description |
|---|---|
| net.sf.eBus.client |
This package contains the top-level eBus API which
applications use to interact with eBus.
|
| net.sf.eBus.messages.type |
Provides classes for translating Java built-in types to and
from binary encoding.
|
| Class and Description |
|---|
| MessageType
This class provides binary serialization/de-serialization for
a unique
EMessageObject sub-class. |
| Class and Description |
|---|
| ClassType
This class is able to serialize and de-serialize a
class instance so that it may be sent
via an eBus message. |
| DataType
All message fields have an associated
DataType
subclass which is responsible for serializing and
deserializing field values. |
| InetAddressType
This class is able to serialize and de-serialize an
InetAddress which may be either an
IPv4 or
IPv6 address. |
| MessageKeyType
This class serializes/de-serializes a
EMessageKey so
that it may be sent via an EMessage. |
| MessageType
This class provides binary serialization/de-serialization for
a unique
EMessageObject sub-class. |
| MessageType.MessageField
Stores a field index, field name, class field, eBus data
type.
|
| StringType
Provides binary serialization/de-serialization of
java.lang.String objects. |
Copyright © 2019. All rights reserved.