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

Method serverName

java/org/apache/coyote/Request.java:464–466  ·  view source on GitHub ↗

Get the "virtual host", derived from the Host: header associated with this request. @return The buffer holding the server name, if any. Use isNull() to check if there is no value set.

()

Source from the content-addressed store, hash-verified

462 * @return The buffer holding the server name, if any. Use isNull() to check if there is no value set.
463 */
464 public MessageBytes serverName() {
465 return serverNameMB;
466 }
467
468 /**
469 * Return the server port.

Callers 15

parseHostMethod · 0.80
getVirtualHostMethod · 0.80
prepareRequestMethod · 0.80
prepareRequestMethod · 0.80
emitHeaderMethod · 0.80
parseAuthorityMethod · 0.80
compareAuthorityMethod · 0.80
receivedEndOfHeadersMethod · 0.80

Calls

no outgoing calls