Set protocol string @param protocol specifies the protocol this client is using
| 79 | /// Set protocol string |
| 80 | /// @param protocol specifies the protocol this client is using |
| 81 | void setProtocol(const std::string &protocol) { |
| 82 | _protocolString = protocol; |
| 83 | } |
| 84 | |
| 85 | /// Get the protocol string |
| 86 | std::string getProtocolString() const { |