Searched refs:firstMatchOf (Results 1 – 1 of 1) sorted by relevance
575 private static Matcher firstMatchOf(String input, String regex) { in firstMatchOf() method in FullThreadDevice.DnsServiceCliOutputParser583 return Integer.parseInt(firstMatchOf(line, "Port:(\\d+)").group(1)); in parsePort()588 return firstMatchOf(line, "Host:(.+)").group(1); in parseHostname()594 firstMatchOf(line, "HostAddress:([^ ]+)").group(1)); in parseHostAddress()599 String txtString = firstMatchOf(line, "TXT:\\[([^\\]]+)\\]").group(1); in parseTxtIntoServiceInfo()