Home | History | Annotate | Download | only in jdwp

Lines Matching defs:hostName

58      *            parsed as "hostname:port" or "port", if it contains
64 String hostName = null;
73 hostName = address.substring(0, i);
83 if (hostName != null) {
84 hostAddr = InetAddress.getByName(hostName);
92 if (hostName != null) {
99 // is to use the address instead of the hostname.
151 String hostName = null;
159 hostName = address.substring(0, i);
175 transportSocket = new Socket(hostName, port);