org.eclipse.swt.internal.mozilla
Class nsICookie
java.lang.Object
org.eclipse.swt.internal.mozilla.nsISupports
org.eclipse.swt.internal.mozilla.nsICookie
public class nsICookie
- extends nsISupports
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
nsICookie
public nsICookie(long address)
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)