[ ABSTRACT CLASS ] - Abstract response class. More...
Public Member Functions | |
def | __init__ (self) |
Constructor. More... | |
def | respond (self) |
Respond. More... | |
Static Public Attributes | |
string | NAME = '' |
[ str ] - Name. | |
[ ABSTRACT CLASS ] - Abstract response class.
def mMeco.abstract.responseAbs.Response.__init__ | ( | self | ) |
Constructor.
N/A |
Reimplemented in mMeco.responses.writeRes.Response, and mMeco.responses.cacheWriteRes.Response.
def mMeco.abstract.responseAbs.Response.respond | ( | self | ) |
Respond.
N/A |
Reimplemented in mMeco.responses.cacheWriteRes.Response.