equal
deleted
inserted
replaced
14 * to license@zend.com so we can send you a copy immediately. |
14 * to license@zend.com so we can send you a copy immediately. |
15 * |
15 * |
16 * @category Zend |
16 * @category Zend |
17 * @package Zend_Http |
17 * @package Zend_Http |
18 * @subpackage Client_Adapter |
18 * @subpackage Client_Adapter |
19 * @version $Id: Interface.php 20096 2010-01-06 02:05:09Z bkarwin $ |
19 * @version $Id: Interface.php 24593 2012-01-05 20:35:02Z matthew $ |
20 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
20 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
21 * @license http://framework.zend.com/license/new-bsd New BSD License |
21 * @license http://framework.zend.com/license/new-bsd New BSD License |
22 */ |
22 */ |
23 |
23 |
24 /** |
24 /** |
25 * An interface description for Zend_Http_Client_Adapter classes. |
25 * An interface description for Zend_Http_Client_Adapter classes. |
28 * tasks of connecting, writing, reading and closing connection to the server. |
28 * tasks of connecting, writing, reading and closing connection to the server. |
29 * |
29 * |
30 * @category Zend |
30 * @category Zend |
31 * @package Zend_Http |
31 * @package Zend_Http |
32 * @subpackage Client_Adapter |
32 * @subpackage Client_Adapter |
33 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
33 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
34 * @license http://framework.zend.com/license/new-bsd New BSD License |
34 * @license http://framework.zend.com/license/new-bsd New BSD License |
35 */ |
35 */ |
36 interface Zend_Http_Client_Adapter_Interface |
36 interface Zend_Http_Client_Adapter_Interface |
37 { |
37 { |
38 /** |
38 /** |