PHP 클래스 Hprose\Swoole\Http\Client

상속: extends Hprose\Client
파일 보기 프로젝트 열기: hprose/hprose-swoole

공개 프로퍼티들

프로퍼티 타입 설명
$header
$host
$ip
$keepAlive
$keepAliveTimeout
$maxPoolSize
$poolTimeout
$port
$ssl
$type

공개 메소드들

메소드 설명
__construct ( $uris = null )
getHost ( )
getKeepAliveTimeout ( )
getMaxPoolSize ( )
getPoolTimeout ( )
getPort ( )
isKeepAlive ( )
isSSL ( )
setHeader ( $name, $value )
setKeepAlive ( $keepAlive = true )
setKeepAliveTimeout ( $timeout )
setMaxPoolSize ( $value )
setPoolTimeout ( $value )

보호된 메소드들

메소드 설명
sendAndReceive ( $request, stdClass $context )
setUri ( $uri )
wait ( $interval, $callback )

메소드 상세

__construct() 공개 메소드

public __construct ( $uris = null )

getHost() 공개 메소드

public getHost ( )

getKeepAliveTimeout() 공개 메소드

public getKeepAliveTimeout ( )

getMaxPoolSize() 공개 메소드

public getMaxPoolSize ( )

getPoolTimeout() 공개 메소드

public getPoolTimeout ( )

getPort() 공개 메소드

public getPort ( )

isKeepAlive() 공개 메소드

public isKeepAlive ( )

isSSL() 공개 메소드

public isSSL ( )

sendAndReceive() 보호된 메소드

protected sendAndReceive ( $request, stdClass $context )
$context stdClass

setHeader() 공개 메소드

public setHeader ( $name, $value )

setKeepAlive() 공개 메소드

public setKeepAlive ( $keepAlive = true )

setKeepAliveTimeout() 공개 메소드

public setKeepAliveTimeout ( $timeout )

setMaxPoolSize() 공개 메소드

public setMaxPoolSize ( $value )

setPoolTimeout() 공개 메소드

public setPoolTimeout ( $value )

setUri() 보호된 메소드

protected setUri ( $uri )

wait() 보호된 메소드

protected wait ( $interval, $callback )

프로퍼티 상세

$header 공개적으로 프로퍼티

public $header

$host 공개적으로 프로퍼티

public $host

$ip 공개적으로 프로퍼티

public $ip

$keepAlive 공개적으로 프로퍼티

public $keepAlive

$keepAliveTimeout 공개적으로 프로퍼티

public $keepAliveTimeout

$maxPoolSize 공개적으로 프로퍼티

public $maxPoolSize

$poolTimeout 공개적으로 프로퍼티

public $poolTimeout

$port 공개적으로 프로퍼티

public $port

$ssl 공개적으로 프로퍼티

public $ssl

$type 공개적으로 프로퍼티

public $type