Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ peerAddr
Method
peerAddr
java/org/apache/coyote/Request.java:500–502 ·
view source on GitHub ↗
Return the peer address. @return the peer address
()
Source
from the content-addressed store, hash-verified
498
* @
return
the peer address
499
*/
500
public
MessageBytes peerAddr() {
501
return
peerAddrMB;
502
}
503
504
/**
505
* Return the remote host.
Callers
5
oneTest
Method · 0.80
action
Method · 0.80
getPeerAddr
Method · 0.80
prepareRequest
Method · 0.80
getPeerAddr
Method · 0.80
Calls
no outgoing calls
Tested by
1
oneTest
Method · 0.64