PHPDaemon\SockJS\WebSocketRouteProxy::onPacket PHP Method

onPacket() public method

onPacket
public onPacket ( $frame, integer $type ) : void
$type integer Frame's type.
return void
    public function onPacket($frame, $type)
    {
        $this->realRoute->onFrame($frame, $type);
    }