Home | History | Annotate | Download | only in runtime

Lines Matching defs:ADDRESS

135 		 * {@link AgentOptions#ADDRESS} and {@link AgentOptions#PORT}.
142 * {@link AgentOptions#ADDRESS} and {@link AgentOptions#PORT} attribute.
155 * The IP address or DNS name the tcpserver binds to or the tcpclient
158 public static final String ADDRESS = "address";
161 * Default value for the "address" agent option.
194 OUTPUT, ADDRESS, PORT, CLASSDUMPDIR, JMX);
468 * Gets the hostname or IP address to listen to when output is
472 * @return Hostname or IP address
475 return getOption(ADDRESS, DEFAULT_ADDRESS);
479 * Sets the hostname or IP address to listen to when output is
483 * @param address
484 * Hostname or IP address
486 public void setAddress(final String address) {
487 setOption(ADDRESS, address);