|
| ConfigurationWrapper () |
|
virtual | ~ConfigurationWrapper () |
|
uint16_t | getPort () const |
| Accessor to get the value of port. More...
|
|
bool | setPort (uint16_t port) |
| Accessor to set value of port. More...
|
|
const system::InetAddress & | getIpAddress () const |
| Accessor to get the value of ipAddress. More...
|
|
bool | setIpAddress (const system::InetAddress &ipAddress) |
| Accessor to set value of ipAddress. More...
|
|
virtual uint64 | to (system::BufferWriter &dst) const |
| Operation to. More...
|
|
virtual uint64 | from (system::BufferReader &src) |
| Operation from. More...
|
|
virtual uint64 | length () const |
| Serializes object to internal transport buffer. More...
|
|
virtual Wrapper * | clone () |
|
virtual std::string | toString () const |
|
virtual | ~Wrapper () |
|
AckNakType | getAckNak () const |
| Accessor to get the value of ackNak. More...
|
|
bool | setAckNak (AckNakType ackNak) |
| Accessor to set value of ackNak. More...
|
|
bool | isCompressible () const |
| Accessor to get the value of compressible. More...
|
|
bool | setCompressible (bool compressible) |
| Accessor to set value of compressible. More...
|
|
bool | isMustArrive () const |
| Accessor to get the value of mustArrive. More...
|
|
bool | setMustArrive (bool mustArrive) |
| Accessor to set value of mustArrive. More...
|
|
uint16_t | getSequenceNumber () const |
| Accessor to get the value of sequenceNumber. More...
|
|
bool | setSequenceNumber (uint16_t sequenceNumber) |
| Accessor to set value of sequenceNumber. More...
|
|
WrapperType | getType () const |
| Accessor to get the value of type. More...
|
|
bool | setType (WrapperType type) |
| Accessor to set value of type. More...
|
|
Priority | getPriority () const |
| Accessor to get the value of priority. More...
|
|
bool | setPriority (Priority priority) |
| Accessor to set value of priority. More...
|
|
BroadcastType | getBroadcastFlag () const |
| Accessor to get the value of broadcastFlag. More...
|
|
bool | setBroadcastFlag (BroadcastType broadcastFlag) |
| Accessor to set value of broadcastFlag. More...
|
|
LargeMessageType | getLargeMessageFlag () const |
| Accessor to get the value of largeMessageFlag. More...
|
|
bool | setLargeMessageFlag (LargeMessageType largeMessageFlag) |
| Accessor to set value of largeMessageFlag. More...
|
|
const Address & | getDestination () const |
| Accessor to get the value of destination. More...
|
|
bool | setDestination (const Address &destination) |
| Accessor to set value of destination. More...
|
|
system::Transportable * | getPayload () const |
| Accessor to get the value of payload. More...
|
|
bool | setPayload (system::Transportable *payload) |
| Accessor to set value of payload. More...
|
|
const Address & | getSource () const |
| Accessor to get the value of source. More...
|
|
bool | setSource (const Address &source) |
| Accessor to set value of source. More...
|
|
TransportData * | getTransportData () const |
| Accessor to get the value of transportData. More...
|
|
bool | setTransportData (TransportData *transportData) |
| Accessor to set value of transportData. More...
|
|
virtual int | prioritizedValue () |
| Operation prioritizedValue. More...
|
|
| Transportable () |
|
virtual | ~Transportable () |
|
virtual | ~Prioritized () |
|