PHP Class Thruway\Transport\AbstractClientTransportProvider

Inheritance: implements Thruway\Transport\ClientTransportProviderInterface
Show file 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 property

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

$loop protected property

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

$transport protected property

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