org.eclipse.swt.internal.mozilla
Class nsIChannel

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

public class nsIChannel
extends nsIRequest


Field Summary
static int LOAD_CALL_CONTENT_SNIFFERS
           
static int LOAD_DOCUMENT_URI
           
static int LOAD_INITIAL_DOCUMENT_URI
           
static int LOAD_REPLACE
           
static int LOAD_RETARGETED_DOCUMENT_URI
           
static int LOAD_TARGETED
           
static nsID NS_ICHANNEL_IID
           
static java.lang.String NS_ICHANNEL_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsIRequest
INHIBIT_CACHING, INHIBIT_PERSISTENT_CACHING, LOAD_BACKGROUND, LOAD_BYPASS_CACHE, LOAD_FROM_CACHE, LOAD_NORMAL, NS_IREQUEST_IID, NS_IREQUEST_IID_STR, VALIDATE_ALWAYS, VALIDATE_NEVER, VALIDATE_ONCE_PER_SESSION
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIChannel(long address)
           
 
Method Summary
 int AsyncOpen(long aListener, long aContext)
           
 int GetContentCharset(long aContentCharset)
           
 int GetContentLength(int[] aContentLength)
           
 int GetContentType(long aContentType)
           
 int GetNotificationCallbacks(long[] aNotificationCallbacks)
           
 int GetOriginalURI(long[] aOriginalURI)
           
 int GetOwner(long[] aOwner)
           
 int GetSecurityInfo(long[] aSecurityInfo)
           
 int GetURI(long[] aURI)
           
 int Open(long[] _retval)
           
 int SetContentCharset(long aContentCharset)
           
 int SetContentLength(int aContentLength)
           
 int SetContentType(long aContentType)
           
 int SetNotificationCallbacks(long aNotificationCallbacks)
           
 int SetOriginalURI(long aOriginalURI)
           
 int SetOwner(long aOwner)
           
 
Methods inherited from class org.eclipse.swt.internal.mozilla.nsIRequest
Cancel, GetLoadFlags, GetLoadGroup, GetName, GetStatus, IsPending, Resume, SetLoadFlags, SetLoadGroup, Suspend
 
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_ICHANNEL_IID_STR

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

NS_ICHANNEL_IID

public static final nsID NS_ICHANNEL_IID

LOAD_DOCUMENT_URI

public static final int LOAD_DOCUMENT_URI
See Also:
Constant Field Values

LOAD_RETARGETED_DOCUMENT_URI

public static final int LOAD_RETARGETED_DOCUMENT_URI
See Also:
Constant Field Values

LOAD_REPLACE

public static final int LOAD_REPLACE
See Also:
Constant Field Values

LOAD_INITIAL_DOCUMENT_URI

public static final int LOAD_INITIAL_DOCUMENT_URI
See Also:
Constant Field Values

LOAD_TARGETED

public static final int LOAD_TARGETED
See Also:
Constant Field Values

LOAD_CALL_CONTENT_SNIFFERS

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

nsIChannel

public nsIChannel(long address)
Method Detail

GetOriginalURI

public int GetOriginalURI(long[] aOriginalURI)

SetOriginalURI

public int SetOriginalURI(long aOriginalURI)

GetURI

public int GetURI(long[] aURI)

GetOwner

public int GetOwner(long[] aOwner)

SetOwner

public int SetOwner(long aOwner)

GetNotificationCallbacks

public int GetNotificationCallbacks(long[] aNotificationCallbacks)

SetNotificationCallbacks

public int SetNotificationCallbacks(long aNotificationCallbacks)

GetSecurityInfo

public int GetSecurityInfo(long[] aSecurityInfo)

GetContentType

public int GetContentType(long aContentType)

SetContentType

public int SetContentType(long aContentType)

GetContentCharset

public int GetContentCharset(long aContentCharset)

SetContentCharset

public int SetContentCharset(long aContentCharset)

GetContentLength

public int GetContentLength(int[] aContentLength)

SetContentLength

public int SetContentLength(int aContentLength)

Open

public int Open(long[] _retval)

AsyncOpen

public int AsyncOpen(long aListener,
                     long aContext)