org.eclipse.swt.internal.mozilla
Class nsIIOService

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

public class nsIIOService
extends nsISupports


Field Summary
static nsID NS_IIOSERVICE_IID
           
static java.lang.String NS_IIOSERVICE_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIIOService(long address)
           
 
Method Summary
 int AllowPort(int aPort, byte[] aScheme, int[] _retval)
           
 int ExtractScheme(long urlString, long _retval)
           
 int GetOffline(int[] aOffline)
           
 int GetProtocolFlags(byte[] aScheme, int[] _retval)
           
 int GetProtocolHandler(byte[] aScheme, long[] _retval)
           
 int NewChannel(long aSpec, byte[] aOriginCharset, long aBaseURI, long[] _retval)
           
 int NewChannelFromURI(long aURI, long[] _retval)
           
 int NewFileURI(long aFile, long[] _retval)
           
 int NewURI(long aSpec, byte[] aOriginCharset, long aBaseURI, long[] _retval)
           
 int SetOffline(int aOffline)
           
 
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_IIOSERVICE_IID_STR

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

NS_IIOSERVICE_IID

public static final nsID NS_IIOSERVICE_IID
Constructor Detail

nsIIOService

public nsIIOService(long address)
Method Detail

GetProtocolHandler

public int GetProtocolHandler(byte[] aScheme,
                              long[] _retval)

GetProtocolFlags

public int GetProtocolFlags(byte[] aScheme,
                            int[] _retval)

NewURI

public int NewURI(long aSpec,
                  byte[] aOriginCharset,
                  long aBaseURI,
                  long[] _retval)

NewFileURI

public int NewFileURI(long aFile,
                      long[] _retval)

NewChannelFromURI

public int NewChannelFromURI(long aURI,
                             long[] _retval)

NewChannel

public int NewChannel(long aSpec,
                      byte[] aOriginCharset,
                      long aBaseURI,
                      long[] _retval)

GetOffline

public int GetOffline(int[] aOffline)

SetOffline

public int SetOffline(int aOffline)

AllowPort

public int AllowPort(int aPort,
                     byte[] aScheme,
                     int[] _retval)

ExtractScheme

public int ExtractScheme(long urlString,
                         long _retval)