client-cpp  0.0.1-SNAPSHOT
kaa::ServerInfo Class Reference

#include <ServerInfo.hpp>

Public Member Functions

 ServerInfo ()
 
 ServerInfo (const std::string &host, const Botan::MemoryVector< boost::uint8_t > &publicKey)
 
 ServerInfo (const std::string &host, const std::string &publicKey)
 
 ~ServerInfo ()
 
bool isValid () const
 
const std::string & getHost () const
 
const Botan::MemoryVector
< boost::uint8_t > & 
getPublicKey () const
 
HttpUrl getUrl () const
 

Detailed Description

Definition at line 31 of file ServerInfo.hpp.

Constructor & Destructor Documentation

kaa::ServerInfo::ServerInfo ( )
inline

Definition at line 33 of file ServerInfo.hpp.

kaa::ServerInfo::ServerInfo ( const std::string &  host,
const Botan::MemoryVector< boost::uint8_t > &  publicKey 
)
inline

Definition at line 34 of file ServerInfo.hpp.

kaa::ServerInfo::ServerInfo ( const std::string &  host,
const std::string &  publicKey 
)
inline

Definition at line 36 of file ServerInfo.hpp.

kaa::ServerInfo::~ServerInfo ( )
inline

Definition at line 38 of file ServerInfo.hpp.

Member Function Documentation

const std::string& kaa::ServerInfo::getHost ( ) const
inline

Definition at line 42 of file ServerInfo.hpp.

const Botan::MemoryVector<boost::uint8_t>& kaa::ServerInfo::getPublicKey ( ) const
inline

Definition at line 43 of file ServerInfo.hpp.

HttpUrl kaa::ServerInfo::getUrl ( ) const
inline

Definition at line 45 of file ServerInfo.hpp.

bool kaa::ServerInfo::isValid ( ) const
inline

Definition at line 40 of file ServerInfo.hpp.


The documentation for this class was generated from the following file: