public final class BootMode extends Object
| Modifier and Type | Field and Description |
|---|---|
static BootMode |
HTTP_BOOT_MODE
Constant describing the connection boot mode will be done using the HTTP HCI API
|
static BootMode |
HTTPS_BOOT_MODE
Constant describing the connection boot mode will be done using the HTTPS HCI API
|
static BootMode |
MESSAGE_BOOT_MODE
Constant describing the connection boot mode will be done using the TCP Message API
|
public static final BootMode MESSAGE_BOOT_MODE
public static final BootMode HTTP_BOOT_MODE
public static final BootMode HTTPS_BOOT_MODE