Class Auth_Yadis_HTTPFetcher
This class is the interface for HTTP fetchers the Yadis library uses. This interface is only important if you need to write a new fetcher for some reason.
Package: OpenID
Copyright: 2005-2008 Janrain, Inc.
License: Apache
Author: JanRain, Inc. openid@janrain.com
Located at zp-extensions/federated_logon/Auth/Yadis/HTTPFetcher.php
Copyright: 2005-2008 Janrain, Inc.
License: Apache
Author: JanRain, Inc. openid@janrain.com
Located at zp-extensions/federated_logon/Auth/Yadis/HTTPFetcher.php
public
boolean
|
#
canFetchURL( $url )
Return whether a URL can be fetched. Returns false if the URL scheme is not allowed or is not supported by this fetcher implementation; returns true otherwise. |
public
|
#
allowedURL( $url )
Return whether a URL should be allowed. Override this method to conform to your local policy. |
public
boolean
|
#
supportsSSL( )
Does this fetcher implementation (and runtime) support fetching HTTPS URLs? May inspect the runtime environment. |
public
|
|
public
|
|
public
|
|
public
mixed
|
public
integer
|
$timeout
|
#
20
|