Get the "virtual host", derived from the Host: header associated with this request. @return The buffer holding the server name, if any. Use isNull() to check if there is no value set.
()
| 462 | * @return The buffer holding the server name, if any. Use isNull() to check if there is no value set. |
| 463 | */ |
| 464 | public MessageBytes serverName() { |
| 465 | return serverNameMB; |
| 466 | } |
| 467 | |
| 468 | /** |
| 469 | * Return the server port. |
no outgoing calls