gremlin 3.5.4 → 3.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/NOTICE +1 -1
  2. package/doc/AnonymousTraversalSource.html +1 -1
  3. package/doc/Authenticator.html +1 -1
  4. package/doc/Bytecode.html +1 -1
  5. package/doc/Client.html +173 -8
  6. package/doc/Connection.html +40 -7
  7. package/doc/DriverRemoteConnection.html +143 -11
  8. package/doc/EdgeLabelVerificationStrategy.html +1 -1
  9. package/doc/Graph.html +1 -1
  10. package/doc/GraphSON2Reader.html +1 -1
  11. package/doc/GraphSON2Writer.html +1 -1
  12. package/doc/GraphSON3Reader.html +1 -1
  13. package/doc/GraphSON3Writer.html +1 -1
  14. package/doc/GraphTraversal.html +1 -1
  15. package/doc/GraphTraversalSource.html +1 -1
  16. package/doc/HaltedTraverserStrategy.html +1 -1
  17. package/doc/MatchAlgorithmStrategy.html +1 -1
  18. package/doc/P.html +1 -1
  19. package/doc/PartitionStrategy.html +1 -1
  20. package/doc/Path.html +1 -1
  21. package/doc/PlainTextSaslAuthenticator.html +1 -1
  22. package/doc/ProductiveByStrategy.html +1 -1
  23. package/doc/RemoteConnection.html +1 -1
  24. package/doc/RemoteStrategy.html +1 -1
  25. package/doc/RemoteTraversal.html +1 -1
  26. package/doc/ReservedKeysVerificationStrategy.html +1 -1
  27. package/doc/ResponseError.html +1 -1
  28. package/doc/ResultSet.html +1 -1
  29. package/doc/SaslAuthenticator.html +1 -1
  30. package/doc/SaslMechanismBase.html +1 -1
  31. package/doc/SaslMechanismPlain.html +1 -1
  32. package/doc/SeedStrategy.html +1 -1
  33. package/doc/SubgraphStrategy.html +1 -1
  34. package/doc/TextP.html +1 -1
  35. package/doc/Transaction.html +1 -1
  36. package/doc/Translator.html +1 -1
  37. package/doc/TraversalStrategies.html +1 -1
  38. package/doc/TraversalStrategy.html +1 -1
  39. package/doc/TypeSerializer.html +1 -1
  40. package/doc/driver_auth_authenticator.js.html +1 -1
  41. package/doc/driver_auth_mechanisms_sasl-mechanism-base.js.html +1 -1
  42. package/doc/driver_auth_mechanisms_sasl-mechanism-plain.js.html +1 -1
  43. package/doc/driver_auth_plain-text-sasl-authenticator.js.html +1 -1
  44. package/doc/driver_auth_sasl-authenticator.js.html +1 -1
  45. package/doc/driver_client.js.html +6 -1
  46. package/doc/driver_connection.js.html +18 -5
  47. package/doc/driver_driver-remote-connection.js.html +5 -1
  48. package/doc/driver_remote-connection.js.html +1 -1
  49. package/doc/driver_response-error.js.html +1 -1
  50. package/doc/driver_result-set.js.html +1 -1
  51. package/doc/global.html +2 -2
  52. package/doc/index.html +1 -1
  53. package/doc/module.exports.html +1 -1
  54. package/doc/process_anonymous-traversal.js.html +1 -1
  55. package/doc/process_bytecode.js.html +1 -1
  56. package/doc/process_graph-traversal.js.html +1 -1
  57. package/doc/process_transaction.js.html +1 -1
  58. package/doc/process_translator.js.html +1 -1
  59. package/doc/process_traversal-strategy.js.html +1 -1
  60. package/doc/process_traversal.js.html +1 -1
  61. package/doc/structure_graph.js.html +1 -1
  62. package/doc/structure_io_binary_internals_DataType.js.html +1 -1
  63. package/doc/structure_io_binary_internals_GraphBinaryReader.js.html +1 -1
  64. package/doc/structure_io_binary_internals_GraphBinaryWriter.js.html +1 -1
  65. package/doc/structure_io_graph-serializer.js.html +1 -1
  66. package/doc/structure_io_type-serializers.js.html +1 -1
  67. package/docker-compose.yml +62 -0
  68. package/lib/driver/client.js +5 -0
  69. package/lib/driver/connection.js +17 -4
  70. package/lib/driver/driver-remote-connection.js +4 -0
  71. package/lib/utils.js +29 -0
  72. package/package.json +9 -5
package/NOTICE CHANGED
@@ -1,5 +1,5 @@
1
1
  Apache TinkerPop
2
- Copyright 2015-2021 The Apache Software Foundation.
2
+ Copyright 2015-2022 The Apache Software Foundation.
3
3
 
4
4
  This product includes software developed at
5
5
  The Apache Software Foundation (http://www.apache.org/).
@@ -722,7 +722,7 @@ reference so that traversals spawned from it will execute over that reference.
722
722
  <br class="clear">
723
723
 
724
724
  <footer>
725
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Jul 26 2022 15:51:52 GMT-0400 (Eastern Daylight Time)
725
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Jan 26 2023 14:08:23 GMT-0800 (Pacific Standard Time)
726
726
  </footer>
727
727
 
728
728
  <script> prettyPrint(); </script>
@@ -294,7 +294,7 @@
294
294
  <br class="clear">
295
295
 
296
296
  <footer>
297
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Jul 26 2022 15:51:52 GMT-0400 (Eastern Daylight Time)
297
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Jan 26 2023 14:08:23 GMT-0800 (Pacific Standard Time)
298
298
  </footer>
299
299
 
300
300
  <script> prettyPrint(); </script>
package/doc/Bytecode.html CHANGED
@@ -932,7 +932,7 @@
932
932
  <br class="clear">
933
933
 
934
934
  <footer>
935
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Jul 26 2022 15:51:52 GMT-0400 (Eastern Daylight Time)
935
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Jan 26 2023 14:08:23 GMT-0800 (Pacific Standard Time)
936
936
  </footer>
937
937
 
938
938
  <script> prettyPrint(); </script>
package/doc/Client.html CHANGED
@@ -480,6 +480,72 @@
480
480
 
481
481
 
482
482
 
483
+ <tr>
484
+
485
+ <td class="name"><code>headers</code></td>
486
+
487
+
488
+ <td class="type">
489
+
490
+
491
+ <span class="param-type">Object</span>
492
+
493
+
494
+
495
+ </td>
496
+
497
+
498
+ <td class="attributes">
499
+
500
+ &lt;optional><br>
501
+
502
+
503
+
504
+
505
+
506
+ </td>
507
+
508
+
509
+
510
+
511
+ <td class="description last">An associative array containing the additional header key/values for the initial request.</td>
512
+ </tr>
513
+
514
+
515
+
516
+ <tr>
517
+
518
+ <td class="name"><code>enableUserAgentOnConnect</code></td>
519
+
520
+
521
+ <td class="type">
522
+
523
+
524
+ <span class="param-type">Boolean</span>
525
+
526
+
527
+
528
+ </td>
529
+
530
+
531
+ <td class="attributes">
532
+
533
+ &lt;optional><br>
534
+
535
+
536
+
537
+
538
+
539
+ </td>
540
+
541
+
542
+
543
+
544
+ <td class="description last">Determines if a user agent will be sent during connection handshake. Defaults to: true</td>
545
+ </tr>
546
+
547
+
548
+
483
549
  <tr>
484
550
 
485
551
  <td class="name"><code>processor</code></td>
@@ -545,6 +611,105 @@
545
611
  </tr>
546
612
 
547
613
 
614
+
615
+ <tr>
616
+
617
+ <td class="name"><code>pingEnabled</code></td>
618
+
619
+
620
+ <td class="type">
621
+
622
+
623
+ <span class="param-type">Boolean</span>
624
+
625
+
626
+
627
+ </td>
628
+
629
+
630
+ <td class="attributes">
631
+
632
+ &lt;optional><br>
633
+
634
+
635
+
636
+
637
+
638
+ </td>
639
+
640
+
641
+
642
+
643
+ <td class="description last">Setup ping interval. Defaults to: true.</td>
644
+ </tr>
645
+
646
+
647
+
648
+ <tr>
649
+
650
+ <td class="name"><code>pingInterval</code></td>
651
+
652
+
653
+ <td class="type">
654
+
655
+
656
+ <span class="param-type">Number</span>
657
+
658
+
659
+
660
+ </td>
661
+
662
+
663
+ <td class="attributes">
664
+
665
+ &lt;optional><br>
666
+
667
+
668
+
669
+
670
+
671
+ </td>
672
+
673
+
674
+
675
+
676
+ <td class="description last">Ping request interval in ms if ping enabled. Defaults to: 60000.</td>
677
+ </tr>
678
+
679
+
680
+
681
+ <tr>
682
+
683
+ <td class="name"><code>pongTimeout</code></td>
684
+
685
+
686
+ <td class="type">
687
+
688
+
689
+ <span class="param-type">Number</span>
690
+
691
+
692
+
693
+ </td>
694
+
695
+
696
+ <td class="attributes">
697
+
698
+ &lt;optional><br>
699
+
700
+
701
+
702
+
703
+
704
+ </td>
705
+
706
+
707
+
708
+
709
+ <td class="description last">Timeout of pong response in ms after sending a ping. Defaults to: 30000.</td>
710
+ </tr>
711
+
712
+
548
713
  </tbody>
549
714
  </table>
550
715
 
@@ -683,7 +848,7 @@
683
848
 
684
849
  <dt class="tag-source">Source:</dt>
685
850
  <dd class="tag-source"><ul class="dummy"><li>
686
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line71">line 71</a>
851
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line76">line 76</a>
687
852
  </li></ul></dd>
688
853
 
689
854
 
@@ -835,7 +1000,7 @@
835
1000
 
836
1001
  <dt class="tag-source">Source:</dt>
837
1002
  <dd class="tag-source"><ul class="dummy"><li>
838
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line180">line 180</a>
1003
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line185">line 185</a>
839
1004
  </li></ul></dd>
840
1005
 
841
1006
 
@@ -924,7 +1089,7 @@ send session close request before connection close if session mode
924
1089
 
925
1090
  <dt class="tag-source">Source:</dt>
926
1091
  <dd class="tag-source"><ul class="dummy"><li>
927
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line167">line 167</a>
1092
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line172">line 172</a>
928
1093
  </li></ul></dd>
929
1094
 
930
1095
 
@@ -1030,7 +1195,7 @@ send session close request before connection close if session mode
1030
1195
 
1031
1196
  <dt class="tag-source">Source:</dt>
1032
1197
  <dd class="tag-source"><ul class="dummy"><li>
1033
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line63">line 63</a>
1198
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line68">line 68</a>
1034
1199
  </li></ul></dd>
1035
1200
 
1036
1201
 
@@ -1208,7 +1373,7 @@ send session close request before connection close if session mode
1208
1373
 
1209
1374
  <dt class="tag-source">Source:</dt>
1210
1375
  <dd class="tag-source"><ul class="dummy"><li>
1211
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line189">line 189</a>
1376
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line194">line 194</a>
1212
1377
  </li></ul></dd>
1213
1378
 
1214
1379
 
@@ -1424,7 +1589,7 @@ send session close request before connection close if session mode
1424
1589
 
1425
1590
  <dt class="tag-source">Source:</dt>
1426
1591
  <dd class="tag-source"><ul class="dummy"><li>
1427
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line130">line 130</a>
1592
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line135">line 135</a>
1428
1593
  </li></ul></dd>
1429
1594
 
1430
1595
 
@@ -1658,7 +1823,7 @@ send session close request before connection close if session mode
1658
1823
 
1659
1824
  <dt class="tag-source">Source:</dt>
1660
1825
  <dd class="tag-source"><ul class="dummy"><li>
1661
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line91">line 91</a>
1826
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line96">line 96</a>
1662
1827
  </li></ul></dd>
1663
1828
 
1664
1829
 
@@ -1728,7 +1893,7 @@ send session close request before connection close if session mode
1728
1893
  <br class="clear">
1729
1894
 
1730
1895
  <footer>
1731
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Jul 26 2022 15:51:52 GMT-0400 (Eastern Daylight Time)
1896
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Jan 26 2023 14:08:23 GMT-0800 (Pacific Standard Time)
1732
1897
  </footer>
1733
1898
 
1734
1899
  <script> prettyPrint(); </script>
@@ -513,6 +513,39 @@
513
513
 
514
514
 
515
515
 
516
+ <tr>
517
+
518
+ <td class="name"><code>enableUserAgentOnConnect</code></td>
519
+
520
+
521
+ <td class="type">
522
+
523
+
524
+ <span class="param-type">Boolean</span>
525
+
526
+
527
+
528
+ </td>
529
+
530
+
531
+ <td class="attributes">
532
+
533
+ &lt;optional><br>
534
+
535
+
536
+
537
+
538
+
539
+ </td>
540
+
541
+
542
+
543
+
544
+ <td class="description last">Determines if a user agent will be sent during connection handshake. Defaults to: true</td>
545
+ </tr>
546
+
547
+
548
+
516
549
  <tr>
517
550
 
518
551
  <td class="name"><code>pingEnabled</code></td>
@@ -792,7 +825,7 @@
792
825
 
793
826
  <dt class="tag-source">Source:</dt>
794
827
  <dd class="tag-source"><ul class="dummy"><li>
795
- <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line83">line 83</a>
828
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line84">line 84</a>
796
829
  </li></ul></dd>
797
830
 
798
831
 
@@ -872,7 +905,7 @@
872
905
 
873
906
  <dt class="tag-source">Source:</dt>
874
907
  <dd class="tag-source"><ul class="dummy"><li>
875
- <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line371">line 371</a>
908
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line384">line 384</a>
876
909
  </li></ul></dd>
877
910
 
878
911
 
@@ -960,7 +993,7 @@
960
993
 
961
994
  <dt class="tag-source">Source:</dt>
962
995
  <dd class="tag-source"><ul class="dummy"><li>
963
- <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line411">line 411</a>
996
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line424">line 424</a>
964
997
  </li></ul></dd>
965
998
 
966
999
 
@@ -1066,7 +1099,7 @@
1066
1099
 
1067
1100
  <dt class="tag-source">Source:</dt>
1068
1101
  <dd class="tag-source"><ul class="dummy"><li>
1069
- <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line117">line 117</a>
1102
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line119">line 119</a>
1070
1103
  </li></ul></dd>
1071
1104
 
1072
1105
 
@@ -1168,7 +1201,7 @@
1168
1201
 
1169
1202
  <dt class="tag-source">Source:</dt>
1170
1203
  <dd class="tag-source"><ul class="dummy"><li>
1171
- <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line194">line 194</a>
1204
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line204">line 204</a>
1172
1205
  </li></ul></dd>
1173
1206
 
1174
1207
 
@@ -1252,7 +1285,7 @@
1252
1285
 
1253
1286
  <dt class="tag-source">Source:</dt>
1254
1287
  <dd class="tag-source"><ul class="dummy"><li>
1255
- <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line166">line 166</a>
1288
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line175">line 175</a>
1256
1289
  </li></ul></dd>
1257
1290
 
1258
1291
 
@@ -1304,7 +1337,7 @@
1304
1337
  <br class="clear">
1305
1338
 
1306
1339
  <footer>
1307
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Jul 26 2022 15:51:52 GMT-0400 (Eastern Daylight Time)
1340
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Jan 26 2023 14:08:23 GMT-0800 (Pacific Standard Time)
1308
1341
  </footer>
1309
1342
 
1310
1343
  <script> prettyPrint(); </script>
@@ -512,6 +512,138 @@
512
512
  </tr>
513
513
 
514
514
 
515
+
516
+ <tr>
517
+
518
+ <td class="name"><code>enableUserAgentOnConnect</code></td>
519
+
520
+
521
+ <td class="type">
522
+
523
+
524
+ <span class="param-type">Boolean</span>
525
+
526
+
527
+
528
+ </td>
529
+
530
+
531
+ <td class="attributes">
532
+
533
+ &lt;optional><br>
534
+
535
+
536
+
537
+
538
+
539
+ </td>
540
+
541
+
542
+
543
+
544
+ <td class="description last">Determines if a user agent will be sent during connection handshake. Defaults to: true</td>
545
+ </tr>
546
+
547
+
548
+
549
+ <tr>
550
+
551
+ <td class="name"><code>pingEnabled</code></td>
552
+
553
+
554
+ <td class="type">
555
+
556
+
557
+ <span class="param-type">Boolean</span>
558
+
559
+
560
+
561
+ </td>
562
+
563
+
564
+ <td class="attributes">
565
+
566
+ &lt;optional><br>
567
+
568
+
569
+
570
+
571
+
572
+ </td>
573
+
574
+
575
+
576
+
577
+ <td class="description last">Setup ping interval. Defaults to: true.</td>
578
+ </tr>
579
+
580
+
581
+
582
+ <tr>
583
+
584
+ <td class="name"><code>pingInterval</code></td>
585
+
586
+
587
+ <td class="type">
588
+
589
+
590
+ <span class="param-type">Number</span>
591
+
592
+
593
+
594
+ </td>
595
+
596
+
597
+ <td class="attributes">
598
+
599
+ &lt;optional><br>
600
+
601
+
602
+
603
+
604
+
605
+ </td>
606
+
607
+
608
+
609
+
610
+ <td class="description last">Ping request interval in ms if ping enabled. Defaults to: 60000.</td>
611
+ </tr>
612
+
613
+
614
+
615
+ <tr>
616
+
617
+ <td class="name"><code>pongTimeout</code></td>
618
+
619
+
620
+ <td class="type">
621
+
622
+
623
+ <span class="param-type">Number</span>
624
+
625
+
626
+
627
+ </td>
628
+
629
+
630
+ <td class="attributes">
631
+
632
+ &lt;optional><br>
633
+
634
+
635
+
636
+
637
+
638
+ </td>
639
+
640
+
641
+
642
+
643
+ <td class="description last">Timeout of pong response in ms after sending a ping. Defaults to: 30000.</td>
644
+ </tr>
645
+
646
+
515
647
  </tbody>
516
648
  </table>
517
649
 
@@ -646,7 +778,7 @@
646
778
 
647
779
  <dt class="tag-source">Source:</dt>
648
780
  <dd class="tag-source"><ul class="dummy"><li>
649
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line64">line 64</a>
781
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line68">line 68</a>
650
782
  </li></ul></dd>
651
783
 
652
784
 
@@ -704,7 +836,7 @@
704
836
 
705
837
  <dt class="tag-source">Source:</dt>
706
838
  <dd class="tag-source"><ul class="dummy"><li>
707
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line102">line 102</a>
839
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line106">line 106</a>
708
840
  </li></ul></dd>
709
841
 
710
842
 
@@ -780,7 +912,7 @@
780
912
 
781
913
  <dt class="tag-source">Source:</dt>
782
914
  <dd class="tag-source"><ul class="dummy"><li>
783
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line122">line 122</a>
915
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line126">line 126</a>
784
916
  </li></ul></dd>
785
917
 
786
918
 
@@ -864,7 +996,7 @@
864
996
 
865
997
  <dt class="tag-source">Source:</dt>
866
998
  <dd class="tag-source"><ul class="dummy"><li>
867
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line117">line 117</a>
999
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line121">line 121</a>
868
1000
  </li></ul></dd>
869
1001
 
870
1002
 
@@ -948,7 +1080,7 @@
948
1080
 
949
1081
  <dt class="tag-source">Source:</dt>
950
1082
  <dd class="tag-source"><ul class="dummy"><li>
951
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line107">line 107</a>
1083
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line111">line 111</a>
952
1084
  </li></ul></dd>
953
1085
 
954
1086
 
@@ -1032,7 +1164,7 @@
1032
1164
 
1033
1165
  <dt class="tag-source">Source:</dt>
1034
1166
  <dd class="tag-source"><ul class="dummy"><li>
1035
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line90">line 90</a>
1167
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line94">line 94</a>
1036
1168
  </li></ul></dd>
1037
1169
 
1038
1170
 
@@ -1116,7 +1248,7 @@
1116
1248
 
1117
1249
  <dt class="tag-source">Source:</dt>
1118
1250
  <dd class="tag-source"><ul class="dummy"><li>
1119
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line59">line 59</a>
1251
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line63">line 63</a>
1120
1252
  </li></ul></dd>
1121
1253
 
1122
1254
 
@@ -1200,7 +1332,7 @@
1200
1332
 
1201
1333
  <dt class="tag-source">Source:</dt>
1202
1334
  <dd class="tag-source"><ul class="dummy"><li>
1203
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line127">line 127</a>
1335
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line131">line 131</a>
1204
1336
  </li></ul></dd>
1205
1337
 
1206
1338
 
@@ -1284,7 +1416,7 @@
1284
1416
 
1285
1417
  <dt class="tag-source">Source:</dt>
1286
1418
  <dd class="tag-source"><ul class="dummy"><li>
1287
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line112">line 112</a>
1419
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line116">line 116</a>
1288
1420
  </li></ul></dd>
1289
1421
 
1290
1422
 
@@ -1368,7 +1500,7 @@
1368
1500
 
1369
1501
  <dt class="tag-source">Source:</dt>
1370
1502
  <dd class="tag-source"><ul class="dummy"><li>
1371
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line69">line 69</a>
1503
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line73">line 73</a>
1372
1504
  </li></ul></dd>
1373
1505
 
1374
1506
 
@@ -1420,7 +1552,7 @@
1420
1552
  <br class="clear">
1421
1553
 
1422
1554
  <footer>
1423
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Jul 26 2022 15:51:52 GMT-0400 (Eastern Daylight Time)
1555
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Jan 26 2023 14:08:23 GMT-0800 (Pacific Standard Time)
1424
1556
  </footer>
1425
1557
 
1426
1558
  <script> prettyPrint(); </script>
@@ -243,7 +243,7 @@
243
243
  <br class="clear">
244
244
 
245
245
  <footer>
246
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Jul 26 2022 15:51:52 GMT-0400 (Eastern Daylight Time)
246
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Jan 26 2023 14:08:23 GMT-0800 (Pacific Standard Time)
247
247
  </footer>
248
248
 
249
249
  <script> prettyPrint(); </script>
package/doc/Graph.html CHANGED
@@ -334,7 +334,7 @@
334
334
  <br class="clear">
335
335
 
336
336
  <footer>
337
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Jul 26 2022 15:51:52 GMT-0400 (Eastern Daylight Time)
337
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Jan 26 2023 14:08:23 GMT-0800 (Pacific Standard Time)
338
338
  </footer>
339
339
 
340
340
  <script> prettyPrint(); </script>
@@ -398,7 +398,7 @@ deserializer instances as values, ie: { 'g:Int64': longSerializer }.</td>
398
398
  <br class="clear">
399
399
 
400
400
  <footer>
401
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Jul 26 2022 15:51:52 GMT-0400 (Eastern Daylight Time)
401
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Jan 26 2023 14:08:23 GMT-0800 (Pacific Standard Time)
402
402
  </footer>
403
403
 
404
404
  <script> prettyPrint(); </script>
@@ -549,7 +549,7 @@ serializer instances as values, ie: { 'g:Int64': longSerializer }.</td>
549
549
  <br class="clear">
550
550
 
551
551
  <footer>
552
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Jul 26 2022 15:51:52 GMT-0400 (Eastern Daylight Time)
552
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Jan 26 2023 14:08:23 GMT-0800 (Pacific Standard Time)
553
553
  </footer>
554
554
 
555
555
  <script> prettyPrint(); </script>
@@ -161,7 +161,7 @@
161
161
  <br class="clear">
162
162
 
163
163
  <footer>
164
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Jul 26 2022 15:51:52 GMT-0400 (Eastern Daylight Time)
164
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Jan 26 2023 14:08:23 GMT-0800 (Pacific Standard Time)
165
165
  </footer>
166
166
 
167
167
  <script> prettyPrint(); </script>