public final class BootMode
extends java.lang.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
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
public static final BootMode MESSAGE_BOOT_MODE
public static final BootMode HTTP_BOOT_MODE
public static final BootMode HTTPS_BOOT_MODE