Searched refs:getHostStringMethod (Results 1 – 1 of 1) sorted by relevance
583 Method getHostStringMethod = InetSocketAddress.class.getMethod("getHostString"); in getHost() local584 return (String) getHostStringMethod.invoke(addr); in getHost()