nsIProtocolProxyService.asyncResolve()
.
nsISupports
Last changed in Gecko 1.8 (Firefox 1.5 / Thunderbird 1.5 / SeaMonkey 1.0)void onProxyAvailable(in nsICancelable aRequest, in nsIURI aURI, in nsIProxyInfo aProxyInfo, in nsresult aStatus); |
This method is called when proxy info is available or when an error in the proxy resolution occurs.
void onProxyAvailable( in nsICancelable aRequest, in nsIURI aURI, in nsIProxyInfo aProxyInfo, in nsresult aStatus );
aRequest
aURI
aProxyInfo
null
if there is no associated proxy info for aURI. As with the result of nsIProtocolProxyService
's resolve method, a null
result implies that a direct connection should be used.aStatus
null
. The value returned from asyncResolve.