@@ -20,18 +20,12 @@ |
||
20 | 20 | |
21 | 21 | namespace AppserverIo\Server\Workers; |
22 | 22 | |
23 | -use AppserverIo\Server\Dictionaries\ServerVars; |
|
24 | -use AppserverIo\Server\Interfaces\ConfigInterface; |
|
25 | -use AppserverIo\Server\Interfaces\ConnectionHandlerInterface; |
|
26 | -use AppserverIo\Server\Interfaces\RequestContextInterface; |
|
27 | 23 | use AppserverIo\Server\Interfaces\ServerContextInterface; |
28 | -use AppserverIo\Server\Interfaces\ServerInterface; |
|
29 | 24 | use AppserverIo\Server\Interfaces\WorkerInterface; |
30 | 25 | use AppserverIo\Server\Exceptions\ModuleNotFoundException; |
31 | 26 | use AppserverIo\Server\Exceptions\ConnectionHandlerNotFoundException; |
32 | 27 | use AppserverIo\Server\RequestHandlerThread; |
33 | 28 | use AppserverIo\Server\Sockets\SocketInterface; |
34 | -use AppserverIo\Server\Sockets\StreamSocket; |
|
35 | 29 | |
36 | 30 | /** |
37 | 31 | * Class ThreadWorker |