MCPcopy Index your code
hub / github.com/apache/tomcat / remoteAddr

Method remoteAddr

java/org/apache/coyote/Request.java:491–493  ·  view source on GitHub ↗

Return the remote address. @return the remote address

()

Source from the content-addressed store, hash-verified

489 * @return the remote address
490 */
491 public MessageBytes remoteAddr() {
492 return remoteAddrMB;
493 }
494
495 /**
496 * Return the peer address.

Callers 5

actionMethod · 0.80
getRemoteAddrMethod · 0.80
prepareRequestMethod · 0.80
getRemoteAddrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected