Skip to content

Commit 874deeb

Browse files
authored
Merge pull request #314 from clue-labs/drop-server
Drop deprecated `Server` class, use `SocketServer` instead
2 parents d454a1e + 3edb7b4 commit 874deeb

File tree

3 files changed

+0
-355
lines changed

3 files changed

+0
-355
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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-
351349
The `SocketServer` class is the main class in this package that implements the
352350
[`ServerInterface`](#serverinterface) and allows you to accept incoming
353351
streaming 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

src/Server.php

Lines changed: 0 additions & 114 deletions
This file was deleted.

tests/ServerTest.php

Lines changed: 0 additions & 235 deletions
This file was deleted.

0 commit comments

Comments
 (0)