class documentation

class Server(LineOnlyReceiver, pluginSupport): (source)

View In Hierarchy

This is a very simple LineOnlyReceiver. It only supports the callback lineReceived.

Method __init__ Undocumented
Method connectionLost Undocumented
Method lineReceived This is called when a line is received
Class Variable pluginSupportName Undocumented
Class Variable pluginSupportPath Undocumented
Instance Variable logger Undocumented
Instance Variable parent Undocumented
Instance Variable root Undocumented
def __init__(self, root, parent): (source)

Undocumented

def connectionLost(self, reason): (source)

Undocumented

def lineReceived(self, line): (source)

This is called when a line is received

pluginSupportName: str = (source)

Undocumented

pluginSupportPath: str = (source)

Undocumented

Undocumented

Undocumented

Undocumented