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

Method populatePort

java/org/apache/coyote/AbstractProcessor.java:401–403  ·  view source on GitHub ↗

Called when a host header is not present or is empty in the request (e.g. HTTP/1.0). It populates the server port with appropriate information. The source is expected to vary by protocol. The default implementation is a NO-OP.

()

Source from the content-addressed store, hash-verified

399 * The default implementation is a NO-OP.
400 */
401 protected void populatePort() {
402 // NO-OP
403 }
404
405
406 @Override

Callers 1

parseHostMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected