Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ localName
Method
localName
java/org/apache/coyote/Request.java:518–520 ·
view source on GitHub ↗
Return the local name. @return the local name
()
Source
from the content-addressed store, hash-verified
516
* @
return
the local name
517
*/
518
public
MessageBytes localName() {
519
return
localNameMB;
520
}
521
522
/**
523
* Return the local address.
Callers
6
action
Method · 0.80
prepareRequest
Method · 0.80
populateHost
Method · 0.80
invoke
Method · 0.80
getLocalName
Method · 0.80
postParseRequest
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected