EventHttpConnection::setRetries
(PECL event >= 1.2.6-beta)
EventHttpConnection::setRetries — Sets the retry limit for the connection
Описание
public
void
EventHttpConnection::setRetries
(
int
$retries
)Sets the retry limit for the connection
Список параметров
-
retries
-
The retry limit.
-1
means infinity.
Возвращаемые значения
Эта функция не возвращает значения после выполнения.
- Функция 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