public class SECURE_MODE
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static SECURE_MODE |
HTTP
Unsecured Mode (Plain Text)
|
static SECURE_MODE |
HTTPS
Secured Mode
|
int |
ordinal |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(int val) |
int |
getValue() |
java.lang.String |
toString() |
public static final SECURE_MODE HTTP
public static final SECURE_MODE HTTPS
public final int ordinal