Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getNameInternal
Method · 0.95
createObjectName
Method · 0.95
Calls
1
getAddress
Method · 0.65
Tested by
no test coverage detected