Esempio n. 1
0
 public function init()
 {
     parent::init();
     $this->initHttpServer();
     $this->initFilter();
 }
Esempio n. 2
0
 public function init()
 {
     parent::init();
     $this->initTcpServer();
 }