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