Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Handler
+ Граф наследования:Handler:

Открытые члены

 __construct (RequestInterface $request, Http\ResponseBuilder $responseBuilder, array $options=[])
 
 __destruct ()
 
 readRequestBody ($handle, $resource, $length)
 
 receiveHeaders ($handle, $data)
 
 receiveBody ($handle, $data)
 
 getHandle ()
 
- Открытые члены унаследованные от Handler
 __construct (RequestInterface $request, ResponseBuilder $responseBuilder, array $options=[])
 
 getRequest ()
 
 getResponse ()
 
 getLogger ()
 
 log (string $logMessage, int $level)
 
 shouldFetchBody (callable $callback)
 
- Открытые члены унаследованные от DebugInterface
 setDebugLevel (int $debugLevel)
 
 getDebugLevel ()
 

Защищенные члены

 setOptions (array $options)
 
 buildHeaders ()
 

Защищенные данные

CurlHandle $handle
 
 $logFileHandle
 
- Защищенные данные унаследованные от Handler
bool $waitResponse = true
 
int $bodyLengthMax = 0
 
RequestInterface $request
 
ResponseBuilder $responseBuilder
 
 $shouldFetchBody = null
 
string $responseHeaders = ''
 
Response $response = null
 

Подробное описание

См. определение в файле handler.php строка 17

Конструктор(ы)

◆ __construct()

__construct ( RequestInterface $request,
Http\ResponseBuilder $responseBuilder,
array $options = [] )
Аргументы
RequestInterface$request
Http\ResponseBuilder$responseBuilder
array$options

См. определение в файле handler.php строка 27

◆ __destruct()

__destruct ( )

См. определение в файле handler.php строка 36

Методы

◆ buildHeaders()

buildHeaders ( )
protected

См. определение в файле handler.php строка 204

◆ getHandle()

getHandle ( )
Возвращает
\CurlHandle

См. определение в файле handler.php строка 230

◆ readRequestBody()

readRequestBody ( $handle,
$resource,
$length )

См. определение в файле handler.php строка 138

◆ receiveBody()

receiveBody ( $handle,
$data )

См. определение в файле handler.php строка 183

◆ receiveHeaders()

receiveHeaders ( $handle,
$data )

См. определение в файле handler.php строка 150

◆ setOptions()

setOptions ( array $options)
protected

См. определение в файле handler.php строка 46

Данные класса

◆ $handle

CurlHandle $handle
protected

См. определение в файле handler.php строка 19

◆ $logFileHandle

$logFileHandle
protected

См. определение в файле handler.php строка 20