PHP Class Thruway\Transport\AbstractClientTransportProvider

Inheritance: implements Thruway\Transport\ClientTransportProviderInterface
ファイルを表示 Open project: voryx/thruway

Protected Properties

Property Type Description
$client Thruway\Peer\ClientInterface
$loop React\EventLoop\LoopInterface
$transport Thruway\Transport\TransportInterface

Property Details

$client protected_oe property

protected ClientInterface,Thruway\Peer $client
return Thruway\Peer\ClientInterface

$loop protected_oe property

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

$transport protected_oe property

protected TransportInterface,Thruway\Transport $transport
return Thruway\Transport\TransportInterface