Returns the Internet Protocol (IP) address of the client or last proxy that sent the request. For HTTP servlets, same as the value of the CGI variable REMOTE_ADDR . @return a String containing the IP address of the client that sent the request
()
| 317 | * @return a <code>String</code> containing the IP address of the client that sent the request |
| 318 | */ |
| 319 | String getRemoteAddr(); |
| 320 | |
| 321 | /** |
| 322 | * Returns the fully qualified name of the client or the last proxy that sent the request. If the engine cannot or |
no outgoing calls