| 
    client-cpp
    0.0.1-SNAPSHOT
    
   | 
 
#include <IServerInfo.hpp>
 Inheritance diagram for kaa::IServerInfo:Public Member Functions | |
| virtual ChannelType | getChannelType () const =0 | 
| virtual ServerType | getServerType () const =0 | 
| virtual | ~IServerInfo () | 
Interface for server information. Used by IDataChannel and IKaaChannelManager
Definition at line 36 of file IServerInfo.hpp.
      
  | 
  inlinevirtual | 
Definition at line 52 of file IServerInfo.hpp.
      
  | 
  pure virtual | 
Retrieves channel type supported by the server
Implemented in kaa::AbstractServerInfo< Type >, kaa::AbstractServerInfo< ChannelType::KAATCP >, kaa::AbstractServerInfo< ChannelType::HTTP >, and kaa::AbstractServerInfo< ChannelType::HTTP_LP >.
      
  | 
  pure virtual | 
Retrieves server type
Implemented in kaa::AbstractServerInfo< Type >, kaa::AbstractServerInfo< ChannelType::KAATCP >, kaa::AbstractServerInfo< ChannelType::HTTP >, and kaa::AbstractServerInfo< ChannelType::HTTP_LP >.