| 97 | |
| 98 | static UInt16 SplitLiteral(const char* value, std::string& host); |
| 99 | static UInt16 SplitLiteral(const std::string& value, std::string& host) { return SplitLiteral(value.data(),host); } |
| 100 | |
| 101 | private: |
| 102 | bool setIntern(Exception& ex,const char* host, UInt16 port,bool resolveHost); |