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.
346346
347347### SocketServer
348348
349- <a id =" server " ></a > <!-- legacy id -->
350-
351349The ` SocketServer ` class is the main class in this package that implements the
352350[ ` ServerInterface ` ] ( #serverinterface ) and allows you to accept incoming
353351streaming connections, such as plaintext TCP/IP or secure TLS connection streams.
@@ -519,10 +517,6 @@ given event loop instance.
519517 If you want to typehint in your higher-level protocol implementation, you SHOULD
520518 use the generic [ ` ServerInterface ` ] ( #serverinterface ) instead.
521519
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-
526520### Advanced server usage
527521
528522#### 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