HTTP.Servlet.Request.getServerPort()

Signature

int getServerPort(Object request)

Domain

ACTION

Description

Gets the port number.

Parameters

NameTypeDescription
requestObjectThe servlet request object.

Returns

TypeDescription
intThe http port of the web server.