File tree Expand file tree Collapse file tree 3 files changed +0
-355
lines changed Expand file tree Collapse file tree 3 files changed +0
-355
lines changed Original file line number Diff line number Diff line change @@ -346,8 +346,6 @@ Calling this method more than once on the same instance is a NO-OP.
346
346
347
347
### SocketServer
348
348
349
- <a id =" server " ></a > <!-- legacy id -->
350
-
351
349
The ` SocketServer ` class is the main class in this package that implements the
352
350
[ ` ServerInterface ` ] ( #serverinterface ) and allows you to accept incoming
353
351
streaming connections, such as plaintext TCP/IP or secure TLS connection streams.
@@ -519,10 +517,6 @@ given event loop instance.
519
517
If you want to typehint in your higher-level protocol implementation, you SHOULD
520
518
use the generic [ ` ServerInterface ` ] ( #serverinterface ) instead.
521
519
522
- > Changelog v1.9.0: This class has been added with an improved constructor signature
523
- as a replacement for the previous ` Server ` class in order to avoid any ambiguities.
524
- The previous name has been deprecated and should not be used anymore.
525
-
526
520
### Advanced server usage
527
521
528
522
#### TcpServer
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments