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

Method getRemoteAddr

java/org/apache/catalina/connector/Request.java:1226–1233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1224
1225
1226 @Override
1227 public String getRemoteAddr() {
1228 if (remoteAddr == null) {
1229 coyoteRequest.action(ActionCode.REQ_HOST_ADDR_ATTRIBUTE, coyoteRequest);
1230 remoteAddr = coyoteRequest.remoteAddr().toString();
1231 }
1232 return remoteAddr;
1233 }
1234
1235
1236 /**

Callers 2

getRemoteHostMethod · 0.95

Calls 3

remoteAddrMethod · 0.80
actionMethod · 0.65
toStringMethod · 0.65

Tested by 1