File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -331,8 +331,9 @@ are not enabled by default since they offer less security.
331
331
added: v0.3.2
332
332
-->
333
333
334
- The ` tls.Server ` class is a subclass of ` net.Server ` that accepts encrypted
335
- connections using TLS or SSL.
334
+ * Extends: {net.Server}
335
+
336
+ Accepts encrypted connections using TLS or SSL.
336
337
337
338
### Event: 'keylog'
338
339
<!-- YAML
@@ -601,8 +602,10 @@ See [Session Resumption][] for more information.
601
602
added: v0.11.4
602
603
-->
603
604
604
- The ` tls.TLSSocket ` is a subclass of [ ` net.Socket ` ] [ ] that performs transparent
605
- encryption of written data and all required TLS negotiation.
605
+ * Extends: {net.Socket}
606
+
607
+ Performs transparent encryption of written data and all required TLS
608
+ negotiation.
606
609
607
610
Instances of ` tls.TLSSocket ` implement the duplex [ Stream] [ ] interface.
608
611
You can’t perform that action at this time.
0 commit comments