client-cpp
0.10.0
|
#include <ITransportConnectionInfo.hpp>
Public Member Functions | |
virtual ServerType | getServerType () const =0 |
virtual std::int32_t | getAccessPointId () const =0 |
virtual TransportProtocolId | getTransportId () const =0 |
virtual const std::vector < std::uint8_t > & | getConnectionInfo () const =0 |
virtual bool | isFailedState () const =0 |
virtual void | setFailedState ()=0 |
virtual void | resetFailedState ()=0 |
virtual | ~ITransportConnectionInfo () |
Interface to represent a server connection information.
Used by IKaaDataChannel and IKaaChannelManager.
Definition at line 34 of file ITransportConnectionInfo.hpp.
|
inlinevirtual |
Definition at line 78 of file ITransportConnectionInfo.hpp.
|
pure virtual |
Retrieves the access point id (operations/bootstrap service id).
Implemented in kaa::GenericTransportInfo.
|
pure virtual |
Retrieves serialized connection data.
Serialization may be specific for each transport protocol implementation.
Implemented in kaa::GenericTransportInfo.
|
pure virtual |
Retrieves the channel's server type (i.e. OPERATIONS or BOOTSTRAP).
Implemented in kaa::GenericTransportInfo.
|
pure virtual |
Retrieves the TransportProtocolId.
Implemented in kaa::GenericTransportInfo.
|
pure virtual |
Implemented in kaa::GenericTransportInfo.
|
pure virtual |
Implemented in kaa::GenericTransportInfo.
|
pure virtual |
Implemented in kaa::GenericTransportInfo.