예제 #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)
예제 #2
0
파일: droidhg.py 프로젝트: Karelkat/mercury
    def connectionMade(self):
        """
        Called when a connection is made to the FrameReceiver, and passes the
        context back to the StreamReceiver.
        """

        StreamReceiver.connectionMade(self)
예제 #3
0
 def connectionMade(self):
     StreamReceiver.connectionMade(self)
예제 #4
0
파일: http.py 프로젝트: 0xr0ot/drozer
 def connectionMade(self):
     StreamReceiver.connectionMade(self)