<?php namespace Ratchet\Http; use Ratchet\ConnectionInterface; use Psr\Http\Message\RequestInterface; class NoOpHttpServerController implements HttpServerInterface { public function onOpen(ConnectionInterface $conn, RequestInterface $request = null) { } public function onMessage(ConnectionInterface $from, $msg) { } public function onClose(ConnectionInterface $conn) { } public function onError(ConnectionInterface $conn, \Exception $e) { } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
CloseResponseTrait.php | File | 659 B | 0644 |
|
HttpRequestParser.php | File | 1.78 KB | 0644 |
|
HttpServer.php | File | 1.9 KB | 0644 |
|
HttpServerInterface.php | File | 581 B | 0644 |
|
NoOpHttpServerController.php | File | 480 B | 0644 |
|
OriginCheck.php | File | 1.83 KB | 0644 |
|
Router.php | File | 2.97 KB | 0644 |
|