Returns the host name of the server to which the request was sent. It is the value of the part before ":" in the Host header value, if any, or the resolved server name, or the server IP address. @return a String containing the name of the server
()
| 285 | * @return a <code>String</code> containing the name of the server |
| 286 | */ |
| 287 | String getServerName(); |
| 288 | |
| 289 | /** |
| 290 | * Returns the port number to which the request was sent. It is the value of the part after ":" in the |
no outgoing calls