BBjJettyContextConfiguration::setSSLPort
Description
In BBj 21.02 and higher, this method assigns the SSL port for this BBjJettyContext. Valid values for this method are any SSL ports that have been configured for Jetty, or -1 for the default value. If the SSL port is set to default, all SSL ports configured for Jetty will be allowed for secure connections.
Syntax
Return Value |
Method |
---|---|
void |
setSSLPort(int port) |
Parameters
None.
Return Value
None.