org.eclipse.swt.internal.mozilla
Class nsICookie

java.lang.Object
  extended by org.eclipse.swt.internal.mozilla.nsISupports
      extended by org.eclipse.swt.internal.mozilla.nsICookie

public class nsICookie
extends nsISupports


Field Summary
static nsID NS_ICOOKIE_IID
           
static java.lang.String NS_ICOOKIE_IID_STR
           
static int POLICY_EXPLICIT_CONSENT
           
static int POLICY_IMPLICIT_CONSENT
           
static int POLICY_NO_CONSENT
           
static int POLICY_NO_II
           
static int POLICY_NONE
           
static int POLICY_UNKNOWN
           
static int STATUS_ACCEPTED
           
static int STATUS_DOWNGRADED
           
static int STATUS_FLAGGED
           
static int STATUS_REJECTED
           
static int STATUS_UNKNOWN
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsICookie(long address)
           
 
Method Summary
 int GetExpires(long[] aExpires)
           
 int GetHost(long aHost)
           
 int GetIsDomain(int[] aIsDomain)
           
 int GetIsSecure(int[] aIsSecure)
           
 int GetName(long aName)
           
 int GetPath(long aPath)
           
 int GetPolicy(long aPolicy)
           
 int GetStatus(long aStatus)
           
 int GetValue(long aValue)
           
 
Methods inherited from class org.eclipse.swt.internal.mozilla.nsISupports
AddRef, getAddress, QueryInterface, Release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS_ICOOKIE_IID_STR

public static final java.lang.String NS_ICOOKIE_IID_STR
See Also:
Constant Field Values

NS_ICOOKIE_IID

public static final nsID NS_ICOOKIE_IID

STATUS_UNKNOWN

public static final int STATUS_UNKNOWN
See Also:
Constant Field Values

STATUS_ACCEPTED

public static final int STATUS_ACCEPTED
See Also:
Constant Field Values

STATUS_DOWNGRADED

public static final int STATUS_DOWNGRADED
See Also:
Constant Field Values

STATUS_FLAGGED

public static final int STATUS_FLAGGED
See Also:
Constant Field Values

STATUS_REJECTED

public static final int STATUS_REJECTED
See Also:
Constant Field Values

POLICY_UNKNOWN

public static final int POLICY_UNKNOWN
See Also:
Constant Field Values

POLICY_NONE

public static final int POLICY_NONE
See Also:
Constant Field Values

POLICY_NO_CONSENT

public static final int POLICY_NO_CONSENT
See Also:
Constant Field Values

POLICY_IMPLICIT_CONSENT

public static final int POLICY_IMPLICIT_CONSENT
See Also:
Constant Field Values

POLICY_EXPLICIT_CONSENT

public static final int POLICY_EXPLICIT_CONSENT
See Also:
Constant Field Values

POLICY_NO_II

public static final int POLICY_NO_II
See Also:
Constant Field Values
Constructor Detail

nsICookie

public nsICookie(long address)
Method Detail

GetName

public int GetName(long aName)

GetValue

public int GetValue(long aValue)

GetIsDomain

public int GetIsDomain(int[] aIsDomain)

GetHost

public int GetHost(long aHost)

GetPath

public int GetPath(long aPath)

GetIsSecure

public int GetIsSecure(int[] aIsSecure)

GetExpires

public int GetExpires(long[] aExpires)

GetStatus

public int GetStatus(long aStatus)

GetPolicy

public int GetPolicy(long aPolicy)