Package flumotion :: Package component :: Package misc :: Package httpserver :: Package httpcached :: Module common
[hide private]

Module common

source code

Classes [hide private]
  StreamConsumer
Interface of the stream consumer object.
  StreamInfo
Base stream's information container.
  ServerInfo
Functions [hide private]
 
log_id(obj)
Gives a unique string identifier for an instance.
source code
Variables [hide private]
  INTERNAL_ERROR = 500
  NOT_IMPLEMENTED = 501
  SERVER_UNAVAILABLE = 503
  RANGE_NOT_SATISFIABLE = 416
  STREAM_NOTFOUND = 404
  STREAM_FORBIDDEN = 403
  SERVER_DISCONNECTED = 502
  SERVER_TIMEOUT = 504
  STREAM_NOT_MODIFIED = 304
  STREAM_MODIFIED = 412
  __package__ = 'flumotion.component.misc.httpserver.httpcached'
Function Details [hide private]

log_id(obj)

source code 

Gives a unique string identifier for an instance. Used in the log to trace instances.