| 
    client-cpp
    0.6.1
    
   | 
 
#include <AbstractServerInfo.hpp>
 Inheritance diagram for kaa::AbstractServerInfo< Type >:
 Collaboration diagram for kaa::AbstractServerInfo< Type >:Public Member Functions | |
| 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 HttpUrl | getUrl () const | 
| virtual ChannelType | getChannelType () const | 
| virtual ServerType | getServerType () const | 
| virtual | ~AbstractServerInfo () | 
  Public Member Functions inherited from kaa::IServerInfo | |
| virtual | ~IServerInfo () | 
Definition at line 37 of file AbstractServerInfo.hpp.
| kaa::AbstractServerInfo< Type >::AbstractServerInfo | ( | ServerType | type, | 
| const std::string & | host, | ||
| const std::int32_t & | port, | ||
| const std::string & | encodedPublicKey | ||
| ) | 
Definition at line 96 of file AbstractServerInfo.hpp.
| kaa::AbstractServerInfo< Type >::AbstractServerInfo | ( | ServerType | type, | 
| const std::string & | hostPort, | ||
| const std::string & | encodedPublicKey | ||
| ) | 
Definition at line 104 of file AbstractServerInfo.hpp.
| kaa::AbstractServerInfo< Type >::AbstractServerInfo | ( | ServerType | type, | 
| const std::string & | host, | ||
| const std::int32_t & | port, | ||
| const Botan::MemoryVector< std::uint8_t > & | publicKey | ||
| ) | 
Definition at line 129 of file AbstractServerInfo.hpp.
      
  | 
  inlinevirtual | 
Definition at line 73 of file AbstractServerInfo.hpp.
      
  | 
  inlinevirtual | 
Retrieves channel type supported by the server
Implements kaa::IServerInfo.
Definition at line 65 of file AbstractServerInfo.hpp.
      
  | 
  inlinevirtual | 
Definition at line 47 of file AbstractServerInfo.hpp.
      
  | 
  inlinevirtual | 
Definition at line 51 of file AbstractServerInfo.hpp.
      
  | 
  inlinevirtual | 
Definition at line 55 of file AbstractServerInfo.hpp.
      
  | 
  inlinevirtual | 
Retrieves server type
Implements kaa::IServerInfo.
Definition at line 69 of file AbstractServerInfo.hpp.
      
  | 
  inlinevirtual | 
Reimplemented in kaa::HttpServerInfo, kaa::HttpLPServerInfo, and kaa::KaaTcpServerInfo.
Definition at line 59 of file AbstractServerInfo.hpp.