MCPcopy Create free account
hub / github.com/apache/tomcat / getLocalName

Method getLocalName

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

Source from the content-addressed store, hash-verified

1270 }
1271
1272 @Override
1273 public String getLocalName() {
1274 if (localName == null) {
1275 coyoteRequest.action(ActionCode.REQ_LOCAL_NAME_ATTRIBUTE, coyoteRequest);
1276 localName = coyoteRequest.localName().toString();
1277 }
1278 return localName;
1279 }
1280
1281 @Override
1282 public String getLocalAddr() {

Callers

nothing calls this directly

Calls 3

localNameMethod · 0.80
actionMethod · 0.65
toStringMethod · 0.65

Tested by

no test coverage detected