|
client-cpp
0.0.1-SNAPSHOT
|
#include <KaaTcpServerInfo.hpp>
Inheritance diagram for kaa::KaaTcpServerInfo:
Collaboration diagram for kaa::KaaTcpServerInfo:Public Member Functions | |
| KaaTcpServerInfo (ServerType type, const std::string &hostPort, const std::string &publicKey) | |
| KaaTcpServerInfo (ServerType type, const std::string &host, const boost::int32_t &port, const std::string &publicKey) | |
| KaaTcpServerInfo (ServerType type, const std::string &host, const boost::int32_t &port, const Botan::MemoryVector< boost::uint8_t > &publicKey) | |
| virtual HttpUrl | getUrl () const |
Public Member Functions inherited from kaa::AbstractServerInfo< ChannelType::KAATCP > | |
| AbstractServerInfo (ServerType type, const std::string &host, const boost::int32_t &port, const std::string &encodedPublicKey) | |
| AbstractServerInfo (ServerType type, const std::string &hostPort, const std::string &encodedPublicKey) | |
| AbstractServerInfo (ServerType type, const std::string &host, const boost::int32_t &port, const Botan::MemoryVector< boost::uint8_t > &publicKey) | |
| virtual const std::string & | getHost () const |
| virtual boost::uint16_t | getPort () const |
| virtual const Botan::MemoryVector < boost::uint8_t > & | getPublicKey () const |
| virtual ChannelType | getChannelType () const |
| virtual ServerType | getServerType () const |
| virtual | ~AbstractServerInfo () |
Public Member Functions inherited from kaa::IServerInfo | |
| virtual | ~IServerInfo () |
Definition at line 24 of file KaaTcpServerInfo.hpp.
|
inline |
Definition at line 26 of file KaaTcpServerInfo.hpp.
|
inline |
Definition at line 29 of file KaaTcpServerInfo.hpp.
|
inline |
Definition at line 32 of file KaaTcpServerInfo.hpp.
|
inlinevirtual |
Reimplemented from kaa::AbstractServerInfo< ChannelType::KAATCP >.
Definition at line 36 of file KaaTcpServerInfo.hpp.