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

Method remoteHost

java/org/apache/coyote/Request.java:509–511  ·  view source on GitHub ↗

Return the remote host. @return the remote host

()

Source from the content-addressed store, hash-verified

507 * @return the remote host
508 */
509 public MessageBytes remoteHost() {
510 return remoteHostMB;
511 }
512
513 /**
514 * Return the local name.

Callers 4

prepareRequestMethod · 0.80
getRemoteHostMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected