PHP 클래스 Thruway\Transport\AbstractRouterTransportProvider

상속: extends Thruway\Module\RouterModule, implements Thruway\Transport\RouterTransportProviderInterface
파일 보기 프로젝트 열기: voryx/thruway

보호된 프로퍼티들

프로퍼티 타입 설명
$loop React\EventLoop\LoopInterface
$router Thruway\Peer\RouterInterface
$trusted boolean

공개 메소드들

메소드 설명
setTrusted ( boolean $trusted )

메소드 상세

setTrusted() 공개 메소드

public setTrusted ( boolean $trusted )
$trusted boolean

프로퍼티 상세

$loop 보호되어 있는 프로퍼티

protected LoopInterface,React\EventLoop $loop
리턴 React\EventLoop\LoopInterface

$router 보호되어 있는 프로퍼티

protected RouterInterface,Thruway\Peer $router
리턴 Thruway\Peer\RouterInterface

$trusted 보호되어 있는 프로퍼티

protected bool $trusted
리턴 boolean