buildProtocol ( self, addr )
Return an object implementing IProtocol, or None.
This method will be called when a connection has been established
to addr.
If None is returned, the connection is assumed to have been refused,
and the Port will close the connection.
TODO:
Document addr argument -- what format is it in?
Is the phrase "incoming server connection" correct when Factory
is a ClientFactory?
|