BBjJettyServerConfiguration::setDefaultSSLPort

Description

In BBj 26.0 and higher, this method sets the default SSL Port for the server. It takes a String containing the port number that will be set to the default SSL port.

Syntax

Return Value Method
void setDefaultSSLPort(string port)

Parameters

Variable Description
port Specifies the port number to set as the server’s default SSL port.

Return Value

None.

Remarks

Throws an IllegalArgumentException if the specified port is not configured on the server or if the input is null.

See Also

BBjJettyContextConfiguration

BBjAPI

BBj Object Creation and Assignment

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.