Thruway\ClientSession::__construct PHP Method

__construct() public method

Constructor
public __construct ( Thruway\Transport\TransportInterface $transport, Thruway\Peer\ClientInterface $peer )
$transport Thruway\Transport\TransportInterface
$peer Thruway\Peer\ClientInterface
    public function __construct(TransportInterface $transport, ClientInterface $peer)
    {
        $this->transport = $transport;
        $this->peer = $peer;
    }