public class PortConfig extends Object
Modifier and Type | Field and Description |
---|---|
String |
bind
The bind address, null for none.
|
IPortController |
controller
Interface for the port control, never null.
|
boolean |
isFrontEndSecured
Flag for secure port by means of front-end proxy, even if the
isHTTPS flag is false. |
boolean |
isHTTPS
Flag for HTTPS.
|
int |
port
The port number, zero for none.
|
Constructor and Description |
---|
PortConfig(int port,
boolean isHTTPS,
boolean isFrontEndSecured,
String bind,
IPortController controller)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
restartConnector()
Restarts the Jetty (HTTPS) server connector after Let's Encrypt domain certificate renewal.
|
public final int port
public final boolean isHTTPS
public final boolean isFrontEndSecured
isHTTPS
flag is false.public final String bind
public final IPortController controller
public PortConfig(int port, boolean isHTTPS, boolean isFrontEndSecured, String bind, IPortController controller)
port
- The port number, zero for none.isHTTPS
- Flag for HTTPS.isFrontEndSecured
- Flag for secure port by means of front-end proxy,
even if the isHTTPS
flag is false.bind
- The bind address, null for none.controller
- The port controller, never null.iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.