메소드 | 설명 | |
---|---|---|
__construct ( React\Stream\ReadableStreamInterface $stream, $protocol, $version, $code, $reasonPhrase, $headers ) | ||
close ( Exception $error = null ) | ||
getCode ( ) | ||
getHeaders ( ) | ||
getProtocol ( ) | ||
getReasonPhrase ( ) | ||
getVersion ( ) | ||
handleData ( $data ) | ||
handleEnd ( ) | ||
handleError ( Exception $error ) | ||
isReadable ( ) | ||
pause ( ) | ||
pipe ( React\Stream\WritableStreamInterface $dest, array $options = [] ) | ||
resume ( ) |
public __construct ( React\Stream\ReadableStreamInterface $stream, $protocol, $version, $code, $reasonPhrase, $headers ) | ||
$stream | React\Stream\ReadableStreamInterface |