Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ba29be6

Browse filesBrowse files
trivikrBridgeAR
authored andcommitted
doc,tls: add extends for derived classes
PR-URL: #29257 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent dfc0ef5 commit ba29be6
Copy full SHA for ba29be6

File tree

Expand file treeCollapse file tree

1 file changed

+7
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-4
lines changed
Open diff view settings
Collapse file

‎doc/api/tls.md‎

Copy file name to clipboardExpand all lines: doc/api/tls.md
+7-4Lines changed: 7 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,9 @@ are not enabled by default since they offer less security.
331331
added: v0.3.2
332332
-->
333333

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.
336337

337338
### Event: 'keylog'
338339
<!-- YAML
@@ -601,8 +602,10 @@ See [Session Resumption][] for more information.
601602
added: v0.11.4
602603
-->
603604

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.
606609

607610
Instances of `tls.TLSSocket` implement the duplex [Stream][] interface.
608611

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.