Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ remoteHost
Method
remoteHost
java/org/apache/coyote/Request.java:509–511 ·
view source on GitHub ↗
Return the remote host. @return the remote host
()
Source
from the content-addressed store, hash-verified
507
* @
return
the remote host
508
*/
509
public
MessageBytes remoteHost() {
510
return
remoteHostMB;
511
}
512
513
/**
514
* Return the local name.
Callers
4
populateRequestAttributeRemoteHost
Method · 0.80
prepareRequest
Method · 0.80
populateRequestAttributeRemoteHost
Method · 0.80
getRemoteHost
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected