class documentation

class udpResponder(responder): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method learn learns a new string, without responding
Method reply reply to a string, potentially learning it
Instance Variable bot Undocumented
Instance Variable host Undocumented
Instance Variable localport Undocumented
Instance Variable remoteport Undocumented
Instance Variable socket Undocumented

Inherited from responder:

Method cleanup cleanup before shutdown, if needed
def __init__(self, bot): (source)
def learn(self, msg): (source)

learns a new string, without responding

def reply(self, msg): (source)

reply to a string, potentially learning it

Undocumented

Undocumented

localport = (source)

Undocumented

remoteport = (source)

Undocumented

Undocumented