PHP 클래스 React\HttpClient\Response

상속: extends Evenement\EventEmitter, implements React\Stream\ReadableStreamInterface
파일 보기 프로젝트 열기: reactphp/http-client 1 사용 예제들

공개 메소드들

메소드 설명
__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 ( )

메소드 상세

__construct() 공개 메소드

public __construct ( React\Stream\ReadableStreamInterface $stream, $protocol, $version, $code, $reasonPhrase, $headers )
$stream React\Stream\ReadableStreamInterface

close() 공개 메소드

public close ( Exception $error = null )
$error Exception

getCode() 공개 메소드

public getCode ( )

getHeaders() 공개 메소드

public getHeaders ( )

getProtocol() 공개 메소드

public getProtocol ( )

getReasonPhrase() 공개 메소드

public getReasonPhrase ( )

getVersion() 공개 메소드

public getVersion ( )

handleData() 공개 메소드

public handleData ( $data )

handleEnd() 공개 메소드

public handleEnd ( )

handleError() 공개 메소드

public handleError ( Exception $error )
$error Exception

isReadable() 공개 메소드

public isReadable ( )

pause() 공개 메소드

public pause ( )

pipe() 공개 메소드

public pipe ( React\Stream\WritableStreamInterface $dest, array $options = [] )
$dest React\Stream\WritableStreamInterface
$options array

resume() 공개 메소드

public resume ( )