| java.lang.Object | ||
| ↳ | java.lang.Enum<chan.content.ChanLocator.HttpsMode> | |
| ↳ | chan.content.ChanLocator.HttpsMode | |
HTTPS mode, used in setHttpsMode(HttpsMode) method.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ChanLocator.HttpsMode | CONFIGURABLE | User can change HTTPS mode in preferences. |
|||||||||
| ChanLocator.HttpsMode | HTTPS_ONLY | HTTPS is enabled. |
|||||||||
| ChanLocator.HttpsMode | NO_HTTPS | HTTPS is not used. |
|||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
HTTPS is enabled. All URI's will be built with HTTPS scheme by default.
HTTPS is not used. All URI's will be built with HTTP scheme by default.
| Parameters | |
|---|---|
name |
String
|
| Returns | |
|---|---|
ChanLocator.HttpsMode |
|