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
()
| 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. |
no outgoing calls