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 | |
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.
def webiopi.protocols.http.HTTPServer.run | ( | self | ) |
Definition at line 85 of file http.py.
References webiopi.protocols.http.HTTPServer.context, webiopi.utils.logger.exception(), webiopi.clients.PiMixedClient.host, webiopi.protocols.http.HTTPServer.host, webiopi.protocols.coap.COAPMessage.host, webiopi.protocols.coap.COAPServer.host, webiopi.utils.version.info, webiopi.protocols.http.HTTPServer.port, webiopi.protocols.coap.COAPMessage.port, webiopi.protocols.coap.COAPServer.port, webiopi.protocols.http.HTTPServer.running, and webiopi.protocols.coap.COAPServer.running.
def webiopi.protocols.http.HTTPServer.stop | ( | self | ) |
Definition at line 94 of file http.py.
References webiopi.protocols.http.HTTPServer.running, and webiopi.protocols.coap.COAPServer.running.
|
static |
Definition at line 41 of file http.py.
Referenced by webiopi.protocols.http.HTTPServer.__init__().
webiopi.protocols.http.HTTPServer.context |
Definition at line 55 of file http.py.
Referenced by webiopi.protocols.http.HTTPServer.run().
webiopi.protocols.http.HTTPServer.host |
Definition at line 51 of file http.py.
Referenced by webiopi.protocols.http.HTTPServer.run().
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 |
Definition at line 77 of file http.py.
Referenced by webiopi.utils.thread.Task.run(), webiopi.protocols.http.HTTPServer.run(), webiopi.utils.thread.Task.stop(), and webiopi.protocols.http.HTTPServer.stop().