Package circuits :: Package lib :: Package web :: Module servers :: Class Server

Class Server

    object --+                
             |                
  core.Manager --+            
                 |            
core.BaseComponent --+        
                     |        
        core.Component --+    
                         |    
                BaseServer --+
                             |
                            Server

Nested Classes

Inherited from core.Component: __metaclass__

Instance Methods
 
__init__(self, port, address='', docroot=None, **kwargs)
initializes x; see x.__class__.__doc__ for signature

Inherited from core.BaseComponent: __call__, __repr__, register, unregister

Inherited from core.Manager: __add__, __iadd__, __isub__, __len__, __sub__, flush, push, run, send, start, stop

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

Static Methods

Inherited from core.Component: __new__

Class Variables

Inherited from BaseServer: channel

Instance Variables

Inherited from core.Manager: manager

Properties
  docroot
Document Root of this Server's Dispatcher.

Inherited from BaseServer: address, base, host, port, scheme, ssl, version

Inherited from core.Manager: channels, components, running, state, ticks

Inherited from object: __class__

Method Details

__init__(self, port, address='', docroot=None, **kwargs)
(Constructor)

 

initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details

docroot

Document Root of this Server's Dispatcher.

Get Method:
__get_docroot(self)
Set Method:
__set_docroot(self, docroot)