client-cpp  0.6.1
kaa::ServerInfo Class Reference

#include <ServerInfo.hpp>

Public Member Functions

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

Detailed Description

Definition at line 30 of file ServerInfo.hpp.

Constructor & Destructor Documentation

kaa::ServerInfo::ServerInfo ( )
inline

Definition at line 32 of file ServerInfo.hpp.

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

Definition at line 33 of file ServerInfo.hpp.

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

Definition at line 35 of file ServerInfo.hpp.

kaa::ServerInfo::~ServerInfo ( )
inline

Definition at line 37 of file ServerInfo.hpp.

Member Function Documentation

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

Definition at line 41 of file ServerInfo.hpp.

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

Definition at line 42 of file ServerInfo.hpp.

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

Definition at line 44 of file ServerInfo.hpp.

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

Definition at line 39 of file ServerInfo.hpp.


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