示例#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
    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)