Package deefuzzer :: Package tools :: Module streamer :: Class HTTPStreamer
[hide private]
[frames] | no frames]

Class HTTPStreamer

source code

        object --+        
                 |        
threading._Verbose --+    
                     |    
      threading.Thread --+
                         |
                        HTTPStreamer

Nested Classes [hide private]
  host
str(object) -> string
  port
str(object) -> string
  mount
str(object) -> string
  user
str(object) -> string
  password
str(object) -> string
  public
str(object) -> string
  audio_info
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list.
  name
str(object) -> string
  genre
str(object) -> string
  decription
str(object) -> string
  format
str(object) -> string
  url
str(object) -> string
Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
set_callback(self, read_callback) source code
 
delay(self) source code
 
open(self) source code
 
run(self) source code
 
close(self) source code

Inherited from threading.Thread: __repr__, getName, isAlive, isDaemon, is_alive, join, setDaemon, setName, start

Inherited from threading.Thread (private): _reset_internal_locks, _set_daemon, _set_ident

Inherited from threading._Verbose (private): _note

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  protocol = 'http'
Properties [hide private]

Inherited from threading.Thread: daemon, ident

Inherited from threading.Thread (private): _block

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

run(self)

source code 
Overrides: threading.Thread.run