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.coap.COAPServer Class Reference
Inheritance diagram for webiopi.protocols.coap.COAPServer:

Public Member Functions

def __init__
 
def run
 
def enableMulticast
 
def stop
 
def processMessage
 

Public Attributes

 handler
 
 host
 
 port
 
 multicast_ip
 
 socket
 
 running
 

Static Public Attributes

tuple logger = logging.getLogger("CoAP")
 

Detailed Description

Definition at line 427 of file coap.py.

Constructor & Destructor Documentation

def webiopi.protocols.coap.COAPServer.__init__ (   self,
  host,
  port,
  handler 
)

Definition at line 430 of file coap.py.

Member Function Documentation

def webiopi.protocols.coap.COAPServer.enableMulticast (   self)
def webiopi.protocols.coap.COAPServer.processMessage (   self,
  request,
  response 
)

Definition at line 484 of file coap.py.

References webiopi.utils.logger.exception().

Referenced by webiopi.protocols.coap.COAPServer.run().

def webiopi.protocols.coap.COAPServer.run (   self)
def webiopi.protocols.coap.COAPServer.stop (   self)

Definition at line 480 of file coap.py.

References webiopi.protocols.coap.COAPServer.running.

Member Data Documentation

webiopi.protocols.coap.COAPServer.handler

Definition at line 432 of file coap.py.

webiopi.protocols.coap.COAPServer.host
tuple webiopi.protocols.coap.COAPServer.logger = logging.getLogger("CoAP")
static

Definition at line 428 of file coap.py.

webiopi.protocols.coap.COAPServer.multicast_ip

Definition at line 435 of file coap.py.

Referenced by webiopi.protocols.coap.COAPServer.enableMulticast().

webiopi.protocols.coap.COAPServer.port
webiopi.protocols.coap.COAPServer.running
webiopi.protocols.coap.COAPServer.socket

Definition at line 441 of file coap.py.


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