net.java.otr4j
Interface OtrPolicy
- All Known Implementing Classes:
- OtrPolicyImpl
public interface OtrPolicy
ALLOW_V1
static final int ALLOW_V1
- See Also:
- Constant Field Values
ALLOW_V2
static final int ALLOW_V2
- See Also:
- Constant Field Values
REQUIRE_ENCRYPTION
static final int REQUIRE_ENCRYPTION
- See Also:
- Constant Field Values
SEND_WHITESPACE_TAG
static final int SEND_WHITESPACE_TAG
- See Also:
- Constant Field Values
WHITESPACE_START_AKE
static final int WHITESPACE_START_AKE
- See Also:
- Constant Field Values
ERROR_START_AKE
static final int ERROR_START_AKE
- See Also:
- Constant Field Values
VERSION_MASK
static final int VERSION_MASK
- See Also:
- Constant Field Values
NEVER
static final int NEVER
- See Also:
- Constant Field Values
OPPORTUNISTIC
static final int OPPORTUNISTIC
- See Also:
- Constant Field Values
OTRL_POLICY_MANUAL
static final int OTRL_POLICY_MANUAL
- See Also:
- Constant Field Values
OTRL_POLICY_ALWAYS
static final int OTRL_POLICY_ALWAYS
- See Also:
- Constant Field Values
OTRL_POLICY_DEFAULT
static final int OTRL_POLICY_DEFAULT
- See Also:
- Constant Field Values
getAllowV1
boolean getAllowV1()
getAllowV2
boolean getAllowV2()
getRequireEncryption
boolean getRequireEncryption()
getSendWhitespaceTag
boolean getSendWhitespaceTag()
getWhitespaceStartAKE
boolean getWhitespaceStartAKE()
getErrorStartAKE
boolean getErrorStartAKE()
getPolicy
int getPolicy()
setAllowV1
void setAllowV1(boolean value)
setAllowV2
void setAllowV2(boolean value)
setRequireEncryption
void setRequireEncryption(boolean value)
setSendWhitespaceTag
void setSendWhitespaceTag(boolean value)
setWhitespaceStartAKE
void setWhitespaceStartAKE(boolean value)
setErrorStartAKE
void setErrorStartAKE(boolean value)
setEnableAlways
void setEnableAlways(boolean value)
getEnableAlways
boolean getEnableAlways()
setEnableManual
void setEnableManual(boolean value)
getEnableManual
boolean getEnableManual()
Copyright © 2009 Beem-project.com. All Rights Reserved.