EventHttpConnection::getBase
(PECL event >= 1.2.6-beta)
EventHttpConnection::getBase — Returns event base associated with the connection
Description
Returns event base associated with the connection.
Parameters
This function has no parameters.
Return Values
On success returns
EventBase
object associated with the connection. Otherwise FALSE
.
- Функция 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