WebSocketServer
class WebSocketServer implements ServerInterface
Class WebSocketServer
Properties
| protected LoopInterface | $loop | ||
| protected SessionHandler|null | $sessionHandler | ||
| protected EventDispatcherInterface | $eventDispatcher | ||
| protected PeriodicRegistry | $periodicRegistry | ||
| protected WampApplication | $wampApplication | ||
| protected OriginRegistry|null | $originRegistry | ||
| protected bool | $originCheck | ||
| protected LoggerInterface | $logger | ||
| protected ServerPushHandlerRegistry | $serverPusherHandlerRegistry | ||
| protected TopicManager | $topicManager |
Methods
__construct(LoopInterface $loop, EventDispatcherInterface $eventDispatcher, PeriodicRegistry $periodicRegistry, WampApplication $wampApplication, OriginRegistry $originRegistry, bool $originCheck, TopicManager $topicManager, ServerPushHandlerRegistry $serverPushHandlerRegistry, LoggerInterface $logger = null)
No description
mixed
launch(string $host, string $port, string $profile)
No description
string
getName()
No description