Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Public Member Functions | Public Attributes | List of all members
webiopi.protocols.coap.COAPHandler Class Reference

Public Member Functions

def __init__
 
def do_GET
 
def do_POST
 

Public Attributes

 handler
 

Detailed Description

Definition at line 505 of file coap.py.

Constructor & Destructor Documentation

def webiopi.protocols.coap.COAPHandler.__init__ (   self,
  handler 
)

Definition at line 506 of file coap.py.

Member Function Documentation

def webiopi.protocols.coap.COAPHandler.do_GET (   self,
  request,
  response 
)

Definition at line 509 of file coap.py.

References webiopi.protocols.coap.HTTPCode2CoAPCode().

def webiopi.protocols.coap.COAPHandler.do_POST (   self,
  request,
  response 
)

Definition at line 527 of file coap.py.

References webiopi.protocols.coap.HTTPCode2CoAPCode().

Member Data Documentation

webiopi.protocols.coap.COAPHandler.handler

Definition at line 507 of file coap.py.


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