interface documentation

class IProtocolPlugin(Interface): (source)

View In Hierarchy

Interface for plugins providing an interface to a Words service

Method getFactory Retrieve a twisted.internet.interfaces.IServerFactory provider
Attribute name A single word describing what kind of interface this is (eg, irc or web)
def getFactory(realm, portal): (source)

Retrieve a twisted.internet.interfaces.IServerFactory provider

Parameters
realmAn object providing twisted.cred.portal.IRealm and IChatService, with which service information should be looked up.
portalAn object providing twisted.cred.portal.IPortal, through which logins should be performed.

A single word describing what kind of interface this is (eg, irc or web)