EventHttpConnection::__construct
(PECL event >= 1.2.6-beta)
EventHttpConnection::__construct — Constructs EventHttpConnection object
Description
$base
,
EventDnsBase
$dns_base
,
string
$address
,
int
$port
[,
EventSslContext
$ctx
= NULL
] )Constructs EventHttpConnection object.
Parameters
-
base
-
Associated event base.
-
dns_base
-
If
dns_base
isNULL
, hostname resolution will block. -
address
-
The address to connect to.
-
port
-
The port to connect to.
-
ctx
-
EventSslContext class object. Enables OpenSSL.
Note:
This parameter is available only if Event is compiled with OpenSSL support and only with Libevent 2.1.0-alpha and higher.
Return Values
Returns EventHttpConnection object.
Changelog
Version | Description |
---|---|
1.9.0 |
OpenSSL support (ctx ) added.
|
- Функция EventHttpConnection::__construct() - Constructs EventHttpConnection object
- Функция EventHttpConnection::getBase() - Returns event base associated with the connection
- Функция EventHttpConnection::getPeer() - Gets the remote address and port associated with the connection
- Функция EventHttpConnection::makeRequest() - Makes an HTTP request over the specified connection
- Функция EventHttpConnection::setCloseCallback() - Set callback for connection close
- Функция EventHttpConnection::setLocalAddress() - Sets the IP address from which HTTP connections are made
- Функция EventHttpConnection::setLocalPort() - Sets the local port from which connections are made
- Функция EventHttpConnection::setMaxBodySize() - Sets maximum body size for the connection
- Функция EventHttpConnection::setMaxHeadersSize() - Sets maximum header size
- Функция EventHttpConnection::setRetries() - Sets the retry limit for the connection
- Функция EventHttpConnection::setTimeout() - Sets the timeout for the connection
Коментарии
404 Not Found