client-cpp  0.6.1
kaa::KaaTcpServerInfo Class Reference

#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 std::int32_t &port, const std::string &publicKey)
 
 KaaTcpServerInfo (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::KAATCP >
 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 ()
 

Detailed Description

Definition at line 24 of file KaaTcpServerInfo.hpp.

Constructor & Destructor Documentation

kaa::KaaTcpServerInfo::KaaTcpServerInfo ( ServerType  type,
const std::string &  hostPort,
const std::string &  publicKey 
)
inline

Definition at line 26 of file KaaTcpServerInfo.hpp.

kaa::KaaTcpServerInfo::KaaTcpServerInfo ( ServerType  type,
const std::string &  host,
const std::int32_t &  port,
const std::string &  publicKey 
)
inline

Definition at line 29 of file KaaTcpServerInfo.hpp.

kaa::KaaTcpServerInfo::KaaTcpServerInfo ( ServerType  type,
const std::string &  host,
const std::int32_t &  port,
const Botan::MemoryVector< std::uint8_t > &  publicKey 
)
inline

Definition at line 32 of file KaaTcpServerInfo.hpp.

Member Function Documentation

virtual HttpUrl kaa::KaaTcpServerInfo::getUrl ( ) const
inlinevirtual

Reimplemented from kaa::AbstractServerInfo< ChannelType::KAATCP >.

Definition at line 36 of file KaaTcpServerInfo.hpp.


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