@@ -11,17 +11,17 @@ |
||
| 11 | 11 | |
| 12 | 12 | namespace Nekland\Woketo\Core; |
| 13 | 13 | |
| 14 | -use Nekland\Woketo\Exception\NoHandlerException; |
|
| 15 | -use Nekland\Woketo\Exception\WebsocketException; |
|
| 16 | -use Nekland\Woketo\Message\MessageHandlerInterface; |
|
| 17 | -use Nekland\Woketo\Rfc6455\Frame; |
|
| 18 | -use Nekland\Woketo\Rfc6455\Handshake\HandshakeInterface; |
|
| 19 | -use Nekland\Woketo\Rfc6455\Message; |
|
| 20 | -use Nekland\Woketo\Rfc6455\MessageProcessor; |
|
| 21 | -use Nekland\Woketo\Utils\SimpleLogger; |
|
| 22 | -use Psr\Log\LoggerAwareTrait; |
|
| 23 | -use React\EventLoop\LoopInterface; |
|
| 24 | -use React\EventLoop\TimerInterface; |
|
| 14 | +use Nekland\Woketo\Exception\NoHandlerException; |
|
| 15 | +use Nekland\Woketo\Exception\WebsocketException; |
|
| 16 | +use Nekland\Woketo\Message\MessageHandlerInterface; |
|
| 17 | +use Nekland\Woketo\Rfc6455\Frame; |
|
| 18 | +use Nekland\Woketo\Rfc6455\Handshake\HandshakeInterface; |
|
| 19 | +use Nekland\Woketo\Rfc6455\Message; |
|
| 20 | +use Nekland\Woketo\Rfc6455\MessageProcessor; |
|
| 21 | +use Nekland\Woketo\Utils\SimpleLogger; |
|
| 22 | +use Psr\Log\LoggerAwareTrait; |
|
| 23 | +use React\EventLoop\LoopInterface; |
|
| 24 | +use React\EventLoop\TimerInterface; |
|
| 25 | 25 | use React\Socket\ConnectionInterface; |
| 26 | 26 | |
| 27 | 27 | abstract class AbstractConnection |