Searched refs:hostPortSplit (Results 1 – 1 of 1) sorted by relevance
87 String[] hostPortSplit = urlString.split(":"); in run() local88 host = hostPortSplit[0]; in run()90 if (hostPortSplit.length < 2) { in run()94 port = Integer.parseInt(hostPortSplit[1]); in run()