Home | History | Annotate | Download | only in util

Lines Matching refs:inetAddress

21 import java.net.InetAddress;

58 InetAddress host;
60 host = InetAddress.getByName(tokens[2]);
95 InetAddress inetAddress = null;
97 inetAddress = InetAddress.getByAddress(address);
107 return new HostAndPort(inetAddress, port);
114 * @param host - the InetAddress
118 public static String convertHostAndPortToCommaDelimitedBytes(InetAddress host, int port) {