public interface OtrPolicy
| Modifier and Type | Field and Description |
|---|---|
static int |
ALLOW_V1 |
static int |
ALLOW_V2 |
static int |
ALLOW_V3 |
static int |
ERROR_START_AKE |
static int |
NEVER |
static int |
OPPORTUNISTIC |
static int |
OTRL_POLICY_ALWAYS |
static int |
OTRL_POLICY_DEFAULT |
static int |
OTRL_POLICY_MANUAL |
static int |
REQUIRE_ENCRYPTION |
static int |
SEND_WHITESPACE_TAG |
static int |
VERSION_MASK |
static int |
WHITESPACE_START_AKE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowV1() |
boolean |
getAllowV2() |
boolean |
getAllowV3() |
boolean |
getEnableAlways() |
boolean |
getEnableManual() |
boolean |
getErrorStartAKE() |
int |
getPolicy() |
boolean |
getRequireEncryption() |
boolean |
getSendWhitespaceTag() |
boolean |
getWhitespaceStartAKE() |
void |
setAllowV1(boolean value) |
void |
setAllowV2(boolean value) |
void |
setAllowV3(boolean value) |
void |
setEnableAlways(boolean value) |
void |
setEnableManual(boolean value) |
void |
setErrorStartAKE(boolean value) |
void |
setRequireEncryption(boolean value) |
void |
setSendWhitespaceTag(boolean value) |
void |
setWhitespaceStartAKE(boolean value) |
static final int ALLOW_V1
static final int ALLOW_V2
static final int ALLOW_V3
static final int REQUIRE_ENCRYPTION
static final int SEND_WHITESPACE_TAG
static final int WHITESPACE_START_AKE
static final int ERROR_START_AKE
static final int VERSION_MASK
static final int NEVER
static final int OPPORTUNISTIC
static final int OTRL_POLICY_MANUAL
static final int OTRL_POLICY_ALWAYS
static final int OTRL_POLICY_DEFAULT
boolean getAllowV1()
boolean getAllowV2()
boolean getAllowV3()
boolean getRequireEncryption()
boolean getSendWhitespaceTag()
boolean getWhitespaceStartAKE()
boolean getErrorStartAKE()
int getPolicy()
void setAllowV1(boolean value)
void setAllowV2(boolean value)
void setAllowV3(boolean value)
void setRequireEncryption(boolean value)
void setSendWhitespaceTag(boolean value)
void setWhitespaceStartAKE(boolean value)
void setErrorStartAKE(boolean value)
void setEnableAlways(boolean value)
boolean getEnableAlways()
void setEnableManual(boolean value)
boolean getEnableManual()
Copyright © 2015. All rights reserved.