Searched refs:protocolDel (Results 1 – 1 of 1) sorted by relevance
73 const std::string protocolDel{"://"}; in start() local75 size_t protocolDelPos = _bindAddress.find(protocolDel); in start()77 error = "bindaddress " + _bindAddress + " ill formed, missing " + protocolDel; in start()89 size_t portDelPos = _bindAddress.find(':', protocolDelPos + protocolDel.size()); in start()100 endpointName = _bindAddress.substr(protocolDelPos + protocolDel.size()); in start()