BBjJettyContextConfiguration::getSSLPort

Description

In BBj 21.02 and higher, this method returns the assigned SSL port for this BBjJettyContext, or -1 if the SSL is set to default. If the SSL port is set to default, all SSL ports configured for Jetty will be allowed for secure connections.

Syntax

Return Value

Method

int

getSSLPort()

Parameters

None.

Return Value

Returns the SSL port number, or -1 if the SSL port is set to default.

Remarks

None.

See Also

BBjAPI

BBjJettyContextConfiguration

BBjJettyContext

BBjJettyContextConfiguration::setSSLPort