Beispiel #1
0
    def connectionMade(self):
        """
        Called when a connection is made to the FrameReceiver, and passes the
        context back to the StreamReceiver.
        """

        StreamReceiver.connectionMade(self)
Beispiel #2
0
    def connectionMade(self):
        """
        Called when a connection is made to the FrameReceiver, and passes the
        context back to the StreamReceiver.
        """

        StreamReceiver.connectionMade(self)
Beispiel #3
0
 def connectionMade(self):
     StreamReceiver.connectionMade(self)
Beispiel #4
0
 def connectionMade(self):
     StreamReceiver.connectionMade(self)