PHP Class Thruway\Transport\AbstractRouterTransportProvider

Inheritance: extends Thruway\Module\RouterModule, implements Thruway\Transport\RouterTransportProviderInterface
ファイルを表示 Open project: voryx/thruway

Protected Properties

Property Type Description
$loop React\EventLoop\LoopInterface
$router Thruway\Peer\RouterInterface
$trusted boolean

Public Methods

Method Description
setTrusted ( boolean $trusted )

Method Details

setTrusted() public method

public setTrusted ( boolean $trusted )
$trusted boolean

Property Details

$loop protected_oe property

protected LoopInterface,React\EventLoop $loop
return React\EventLoop\LoopInterface

$router protected_oe property

protected RouterInterface,Thruway\Peer $router
return Thruway\Peer\RouterInterface

$trusted protected_oe property

protected bool $trusted
return boolean