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