net.java.otr4j
Interface OtrPolicy

Package class diagram package OtrPolicy
All Known Implementing Classes:
OtrPolicyImpl

public interface OtrPolicy


Field Summary
static int ALLOW_V1
           
static int ALLOW_V2
           
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
           
 
Method Summary
 boolean getAllowV1()
           
 boolean getAllowV2()
           
 boolean getEnableAlways()
           
 boolean getEnableManual()
           
 boolean getErrorStartAKE()
           
 int getPolicy()
           
 boolean getRequireEncryption()
           
 boolean getSendWhitespaceTag()
           
 boolean getWhitespaceStartAKE()
           
 void setAllowV1(boolean value)
           
 void setAllowV2(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)
           
 

Field Detail

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
Method Detail

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.