Called when a host header is not present or is empty in the request (e.g. HTTP/1.0). It populates the server port with appropriate information. The source is expected to vary by protocol. The default implementation is a NO-OP.
()
| 399 | * The default implementation is a NO-OP. |
| 400 | */ |
| 401 | protected void populatePort() { |
| 402 | // NO-OP |
| 403 | } |
| 404 | |
| 405 | |
| 406 | @Override |