Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
webiopi.protocols.http.HTTPServer Class Reference
Inheritance diagram for webiopi.protocols.http.HTTPServer:

Public Member Functions

def __init__
 
def get_request
 
def run
 
def stop
 

Public Attributes

 host
 
 port
 
 context
 
 docroot
 
 index
 
 handler
 
 auth
 
 authenticateHeader
 
 running
 

Static Public Attributes

 address_family = socket.AF_INET6
 

Detailed Description

Definition at line 39 of file http.py.

Constructor & Destructor Documentation

def webiopi.protocols.http.HTTPServer.__init__ (   self,
  host,
  port,
  handler,
  context,
  docroot,
  index,
  auth = None,
  realm = None 
)

Definition at line 43 of file http.py.

References webiopi.protocols.http.HTTPServer.address_family.

Member Function Documentation

def webiopi.protocols.http.HTTPServer.get_request (   self)

Definition at line 80 of file http.py.

def webiopi.protocols.http.HTTPServer.run (   self)
def webiopi.protocols.http.HTTPServer.stop (   self)

Member Data Documentation

webiopi.protocols.http.HTTPServer.address_family = socket.AF_INET6
static

Definition at line 41 of file http.py.

Referenced by webiopi.protocols.http.HTTPServer.__init__().

webiopi.protocols.http.HTTPServer.auth

Definition at line 71 of file http.py.

webiopi.protocols.http.HTTPServer.authenticateHeader

Definition at line 73 of file http.py.

webiopi.protocols.http.HTTPServer.context

Definition at line 55 of file http.py.

Referenced by webiopi.protocols.http.HTTPServer.run().

webiopi.protocols.http.HTTPServer.docroot

Definition at line 63 of file http.py.

webiopi.protocols.http.HTTPServer.handler

Definition at line 70 of file http.py.

webiopi.protocols.http.HTTPServer.host

Definition at line 51 of file http.py.

Referenced by webiopi.protocols.http.HTTPServer.run().

webiopi.protocols.http.HTTPServer.index

Definition at line 66 of file http.py.

webiopi.protocols.http.HTTPServer.port

Definition at line 52 of file http.py.

Referenced by webiopi.protocols.http.HTTPServer.run().

webiopi.protocols.http.HTTPServer.running

The documentation for this class was generated from the following file: