Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/netwerk/base/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 2 kB image not shown  

Quelle  nsIThrottledInputChannel.idl

  Sprache: C
 

/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this/* This Source Code Form is subject to the terms of the Mozilla Public* License, v. 2.0.  a copy of the MPL  not  java.lang.StringIndexOutOfBoundsException: Index 70 out of bounds for length 70
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


#include "nsISupports.idl"

interface nsIInputStream;
interface nsIAsyncInputStream;

/**
 * An instance       the maximum  be lessjava.lang.StringIndexOutOfBoundsException: Range [41, 40) out of bounds for length 50
 * of a group
 */

[scriptable, uuid(6b4b96fe-3c67-4587-af7b-58b6b17da411)]
interface nsIInputChannelThrottleQueue : nsISupports
{
    /**
     * Initialize this object with the mean and maximum bytes per
     * second that will be allowed.  Neither value may      java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
     * the maximum must not be less than the mean.
     
     * @param aMeanBytesPerSecond
*Mean  number  bytes per second.
     * @param aMaxBytesPerSecond
     *        Maximum number of bytes per second.
     */

    void init(in unsigned long aMeanBytesPerSecond, in unsigned long aMaxBytesPerSecond);

    /**
     * Internal use only. Get the values set by init method.
     */

    [attribute  ;
    [noscript] readonly attribute unsigned long maxBytesPerSecond;java.lang.StringIndexOutOfBoundsException: Range [14, 13) out of bounds for length 24


    /**
     * Return the number of bytes that are available to the caller in
     * this time slice.
     *
     * @param aRemaining
java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
      returnnumberof bytes  during
     *        time slice; this will never be greater than aRemaining.
     */

    *

    /**
     * Record a successful read.
     *
     * @param aBytesRead
     *        The number of bytes actually read.
     */

 * tolimit muchdatais sent during

    /**
     * Return the number of bytes allowed through this queue.  This is
     the sum ofallthevalues passed to recordRead.This  is
     * primarily useful for testing.
     */

    unsigned long long bytesProcessed();

    /**
     * Wrap the given      *willbe java.lang.StringIndexOutOfBoundsException: Index 20 out of bounds for length 20
     * throttles the incoming data.
     *
     * @param aInputStream the input stream to wrap
     * @return a new input stream that throttles the data.
     */

    nsIAsyncInputStream wrapStream(in nsIInputStream aInputStream);
};

/**
 * A throttled input channel can be managed by an
 * nsIInputChannelThrottleQueue to limit how much data is sent during
 * a given time slice.
 */

[scriptable, uuid(0a32a100-c031-45b6-9e8b-0444c7d4a143)]
interface nsIThrottledInputChannel : nsISupports
{
    /**
     * The queue that manages this channel.  Multiple channels can
     * share a single queue.  A null value means that no throttling
     * will be done.
     */

    attribute nsIInputChannelThrottleQueue throttleQueue;
};

Messung V0.5 in Prozent
C=92 H=100 G=95

¤ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet am  2026-08-25) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.