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

Method getLocalName

java/jakarta/servlet/ServletRequest.java:423–423  ·  view source on GitHub ↗

Returns the host name of the Internet Protocol (IP) interface on which the request was received. @return a String containing the host name of the IP on which the request was received. @since Servlet 2.4

()

Source from the content-addressed store, hash-verified

421 * @since Servlet 2.4
422 */
423 String getLocalName();
424
425 /**
426 * Returns the Internet Protocol (IP) address of the interface on which the request was received.

Callers 15

testSchemaValidationMethod · 0.65
serviceMethod · 0.65
JspAttributeMethod · 0.65
addAttributesMethod · 0.65
appendTagMethod · 0.65
startElementMethod · 0.65
visitMethod · 0.65
checkXmlAttributesMethod · 0.65
checkNamedAttributesMethod · 0.65
visitMethod · 0.65
visitMethod · 0.65
getTagHandlerInfoMethod · 0.65

Implementers 4

ServletRequestWrapperjava/jakarta/servlet/ServletRequestWra
TesterHttpServletRequesttest/org/apache/catalina/filters/Teste
Requestjava/org/apache/catalina/connector/Req
RequestFacadejava/org/apache/catalina/connector/Req

Calls

no outgoing calls

Tested by 2

testSchemaValidationMethod · 0.52
serviceMethod · 0.52