Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ getPortOffset
Method
getPortOffset
java/org/apache/coyote/AbstractProtocol.java:537–539 ·
view source on GitHub ↗
Gets the port offset. @return the port offset
()
Source
from the content-addressed store, hash-verified
535
* @
return
the port offset
536
*/
537
public
int
getPortOffset() {
538
return
endpoint.getPortOffset();
539
}
540
541
542
/**
Callers
1
logPortOffset
Method · 0.95
Calls
1
getPortOffset
Method · 0.65
Tested by
no test coverage detected