17 #ifndef KAA_CHANNEL_GENERICTRANSPORTINFO_HPP_ 
   18 #define KAA_CHANNEL_GENERICTRANSPORTINFO_HPP_ 
   20 #include <botan/base64.h> 
virtual TransportProtocolId getTransportId()
 
virtual const std::vector< std::uint8_t > & getConnectionInfo()
 
virtual ServerType getServerType()
 
GenericTransportInfo(ServerType type, const ProtocolMetaData &metaData)
 
TransportProtocolId protocolId_
 
std::vector< std::uint8_t > connectionData_
 
GenericTransportInfo(ServerType type, const std::int32_t &accessPointId, const TransportProtocolId &protocolId, const std::vector< std::uint8_t > &connectionData)
 
std::int32_t accessPointId_
 
virtual std::int32_t getAccessPointId()