public static final enum

ChanLocator.HttpsMode

extends Enum<ChanLocator.HttpsMode>
java.lang.Object
   ↳ java.lang.Enum<chan.content.ChanLocator.HttpsMode>
     ↳ chan.content.ChanLocator.HttpsMode

Class Overview

HTTPS mode, used in setHttpsMode(HttpsMode) method.

Summary

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
static ChanLocator.HttpsMode valueOf(String name)
static final HttpsMode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ChanLocator.HttpsMode CONFIGURABLE

User can change HTTPS mode in preferences.

public static final ChanLocator.HttpsMode HTTPS_ONLY

HTTPS is enabled. All URI's will be built with HTTPS scheme by default.

public static final ChanLocator.HttpsMode NO_HTTPS

HTTPS is not used. All URI's will be built with HTTP scheme by default.

Public Methods

public static ChanLocator.HttpsMode valueOf (String name)

Parameters
name String
Returns
ChanLocator.HttpsMode

public static final HttpsMode[] values ()

Returns
HttpsMode[]