MCPcopy 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

oneTestMethod · 0.80
actionMethod · 0.80
getPeerAddrMethod · 0.80
prepareRequestMethod · 0.80
getPeerAddrMethod · 0.80

Calls

no outgoing calls

Tested by 1

oneTestMethod · 0.64