MCPcopy Create free account
hub / github.com/apache/tomcat / setAddress

Method setAddress

java/org/apache/coyote/AbstractProtocol.java:507–509  ·  view source on GitHub ↗

Sets the address. @param ia The address

(InetAddress ia)

Source from the content-addressed store, hash-verified

505 * @param ia The address
506 */
507 public void setAddress(InetAddress ia) {
508 endpoint.setAddress(ia);
509 }
510
511
512 /**

Callers

nothing calls this directly

Calls 1

setAddressMethod · 0.65

Tested by

no test coverage detected