Returns the port number to which the request was sent. It is the value of the part after ":" in the Host header value, if any, or the server port where the client connection was accepted on. @return an integer specifying the port number
()
| 293 | * @return an integer specifying the port number |
| 294 | */ |
| 295 | int getServerPort(); |
| 296 | |
| 297 | /** |
| 298 | * Retrieves the body of the request as character data using a <code>BufferedReader</code>. The reader translates |
no outgoing calls