|
client-cpp
0.6.1
|
#include <HttpServerInfo.hpp>
Inheritance diagram for kaa::HttpServerInfo:
Collaboration diagram for kaa::HttpServerInfo:Public Member Functions | |
| HttpServerInfo (ServerType type, const std::string &hostPort, const std::string &publicKey) | |
| HttpServerInfo (ServerType type, const std::string &host, const std::int32_t &port, const std::string &publicKey) | |
| HttpServerInfo (ServerType type, const std::string &host, const std::int32_t &port, const Botan::MemoryVector< std::uint8_t > &publicKey) | |
| virtual HttpUrl | getUrl () const |
Public Member Functions inherited from kaa::AbstractServerInfo< ChannelType::HTTP > | |
| AbstractServerInfo (ServerType type, const std::string &host, const std::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 std::int32_t &port, const Botan::MemoryVector< std::uint8_t > &publicKey) | |
| virtual const std::string & | getHost () const |
| virtual std::uint16_t | getPort () const |
| virtual const Botan::MemoryVector < std::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 25 of file HttpServerInfo.hpp.
|
inline |
Definition at line 27 of file HttpServerInfo.hpp.
|
inline |
Definition at line 33 of file HttpServerInfo.hpp.
|
inline |
Definition at line 39 of file HttpServerInfo.hpp.
|
inlinevirtual |
Reimplemented from kaa::AbstractServerInfo< ChannelType::HTTP >.
Definition at line 46 of file HttpServerInfo.hpp.