MCPcopy Index your code
hub / github.com/apache/tomcat / getAddress

Method getAddress

java/org/apache/coyote/AbstractProtocol.java:497–499  ·  view source on GitHub ↗

Gets the address. @return the address

()

Source from the content-addressed store, hash-verified

495 * @return the address
496 */
497 public InetAddress getAddress() {
498 return endpoint.getAddress();
499 }
500
501
502 /**

Callers 2

getNameInternalMethod · 0.95
createObjectNameMethod · 0.95

Calls 1

getAddressMethod · 0.65

Tested by

no test coverage detected