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

Method setServerPort

java/org/apache/coyote/Request.java:482–484  ·  view source on GitHub ↗

Set the server port. @param serverPort the server port

(int serverPort)

Source from the content-addressed store, hash-verified

480 * @param serverPort the server port
481 */
482 public void setServerPort(int serverPort) {
483 this.serverPort = serverPort;
484 }
485
486 /**
487 * Return the remote address.

Callers 5

parseHostMethod · 0.45
populatePortMethod · 0.45
prepareRequestMethod · 0.45
parseAuthorityMethod · 0.45
populatePortMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected