Return the virtual host. @return the virtual host
()
| 122 | * @return the virtual host |
| 123 | */ |
| 124 | public String getVirtualHost() { |
| 125 | return req.serverName().toString(); |
| 126 | } |
| 127 | |
| 128 | /** |
| 129 | * Return the server port. |
nothing calls this directly
no test coverage detected