[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id: Proxy.php 24818 2012-05-28 18:49:53Z rob $ |
File Size: | 304 lines (10 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 4 files include/Zend/Http/Client/Adapter/Socket.php include/Zend/Uri/Http.php include/Zend/Http/Client/Adapter/Exception.php include/Zend/Http/Client.php |
Zend_Http_Client_Adapter_Proxy:: (5 methods):
connect()
write()
connectHandshake()
close()
__destruct()
Class: Zend_Http_Client_Adapter_Proxy - X-Ref
HTTP Proxy-supporting Zend_Http_Client adapter class, based on the defaultconnect($host, $port = 80, $secure = false) X-Ref |
Connect to the remote server Will try to connect to the proxy server. If no proxy was set, will fall back to the target server (behave like regular Socket adapter) param: string $host param: int $port param: boolean $secure |
write($method, $uri, $http_ver = '1.1', $headers = array() X-Ref |
Send request to the proxy server param: string $method param: Zend_Uri_Http $uri param: string $http_ver param: array $headers param: string $body return: string Request as string |
connectHandshake($host, $port = 443, $http_ver = '1.1', array &$headers = array() X-Ref |
Preform handshaking with HTTPS proxy using CONNECT method param: string $host param: integer $port param: string $http_ver param: array $headers |
close() X-Ref |
Close the connection to the server |
__destruct() X-Ref |
Destructor: make sure the socket is disconnected |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |