Overview

Namespaces

  • bandwidthThrottle
    • tokenBucket
      • storage
        • scope

Interfaces

  • GlobalScope
  • RequestScope
  • SessionScope
  • Overview
  • Namespace
  • Class

Interface RequestScope

Marker interface for the request scope.

The request scope is available only per process (i.e. per request).

A Token bucket which uses a storage of the request scope can limit a rate for a resource which is used within one request. E.g. bandwidth throtteling for downloading a stream.

Direct known implementers

bandwidthThrottle\tokenBucket\storage\SingleProcessStorage
Namespace: bandwidthThrottle\tokenBucket\storage\scope
License: WTFPL
Author: Markus Malkusch markus@malkusch.de
Link: Donations
Located at storage/scope/RequestScope.php
API documentation generated by ApiGen