|
|
|
startProtocol(self)
Subclasses must implement this method to start the protocol after a
new connection has been made |
source code
|
|
|
stopProtocol(self,
reason)
Subclasses must implement this method to stop the protocol after the
connection has been closed |
source code
|
|
|
lineReceived(self,
line)
Subclasess must implement this method to process the messages of the
line-based protocol |
source code
|
|
|
makeConnection(self,
transport)
Store a reference of the trasport and file descriptor of the used by
the new connection |
source code
|
|
|
|
|
|
|
|
|
|
|
_sendMessage(self,
message,
transport=None) |
source code
|
|
|
|
|
|
Inherited from extern.log.log.Loggable :
__providedBy__ ,
__provides__ ,
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure ,
writeMarker
|