Returns the Internet Protocol (IP) port number of the interface on which the request was received. @return an integer specifying the port number @since Servlet 2.4
()
| 439 | * @since Servlet 2.4 |
| 440 | */ |
| 441 | int getLocalPort(); |
| 442 | |
| 443 | /** |
| 444 | * Returns the {@link ServletContext} to which this servlet belongs. |
no outgoing calls