| 
    client-cpp
    0.6.1
    
   | 
 
#include <HttpLPServerInfo.hpp>
 Inheritance diagram for kaa::HttpLPServerInfo:
 Collaboration diagram for kaa::HttpLPServerInfo:Public Member Functions | |
| HttpLPServerInfo (ServerType type, const std::string &hostPort, const std::string &publicKey) | |
| HttpLPServerInfo (ServerType type, const std::string &host, const std::int32_t &port, const std::string &publicKey) | |
| HttpLPServerInfo (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_LP > | |
| 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 24 of file HttpLPServerInfo.hpp.
      
  | 
  inline | 
Definition at line 26 of file HttpLPServerInfo.hpp.
      
  | 
  inline | 
Definition at line 29 of file HttpLPServerInfo.hpp.
      
  | 
  inline | 
Definition at line 32 of file HttpLPServerInfo.hpp.
      
  | 
  inlinevirtual | 
Reimplemented from kaa::AbstractServerInfo< ChannelType::HTTP_LP >.
Definition at line 36 of file HttpLPServerInfo.hpp.