Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ getPort
Method
getPort
java/org/apache/coyote/AbstractProtocol.java:517–519 ·
view source on GitHub ↗
Gets the port. @return the port
()
Source
from the content-addressed store, hash-verified
515
* @
return
the port
516
*/
517
public
int
getPort() {
518
return
endpoint.getPort();
519
}
520
521
522
/**
Callers
1
logPortOffset
Method · 0.95
Calls
1
getPort
Method · 0.65
Tested by
no test coverage detected