org.eclipse.swt.internal.mozilla
Class nsIRequest
java.lang.Object
org.eclipse.swt.internal.mozilla.nsISupports
org.eclipse.swt.internal.mozilla.nsIRequest
- Direct Known Subclasses:
- nsIChannel
public class nsIRequest
- extends nsISupports
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NS_IREQUEST_IID_STR
public static final java.lang.String NS_IREQUEST_IID_STR
- See Also:
- Constant Field Values
NS_IREQUEST_IID
public static final nsID NS_IREQUEST_IID
LOAD_NORMAL
public static final int LOAD_NORMAL
- See Also:
- Constant Field Values
LOAD_BACKGROUND
public static final int LOAD_BACKGROUND
- See Also:
- Constant Field Values
INHIBIT_CACHING
public static final int INHIBIT_CACHING
- See Also:
- Constant Field Values
INHIBIT_PERSISTENT_CACHING
public static final int INHIBIT_PERSISTENT_CACHING
- See Also:
- Constant Field Values
LOAD_BYPASS_CACHE
public static final int LOAD_BYPASS_CACHE
- See Also:
- Constant Field Values
LOAD_FROM_CACHE
public static final int LOAD_FROM_CACHE
- See Also:
- Constant Field Values
VALIDATE_ALWAYS
public static final int VALIDATE_ALWAYS
- See Also:
- Constant Field Values
VALIDATE_NEVER
public static final int VALIDATE_NEVER
- See Also:
- Constant Field Values
VALIDATE_ONCE_PER_SESSION
public static final int VALIDATE_ONCE_PER_SESSION
- See Also:
- Constant Field Values
nsIRequest
public nsIRequest(long address)
GetName
public int GetName(long aName)
IsPending
public int IsPending(int[] _retval)
GetStatus
public int GetStatus(long[] aStatus)
Cancel
public int Cancel(int aStatus)
Suspend
public int Suspend()
Resume
public int Resume()
GetLoadGroup
public int GetLoadGroup(long[] aLoadGroup)
SetLoadGroup
public int SetLoadGroup(long aLoadGroup)
GetLoadFlags
public int GetLoadFlags(long[] aLoadFlags)
SetLoadFlags
public int SetLoadFlags(int aLoadFlags)