Esempio n. 1
0
 def __init__(self):
     ProtocolFactory.__init__(self)
     self.builds = 0
Esempio n. 2
0
 def __init__(self, dispatch=Dispatch()):
     ProtocolFactory.__init__(self)
     self.dispatch = dispatch
     self.protocol = PickleProtocol
     self.protocols = []
Esempio n. 3
0
 def __init__(self, dispatch=Dispatch()):
     ProtocolFactory.__init__(self)
     self.dispatch = dispatch
     self.protocol = MsgPackProtocol
     self.protocols = []
Esempio n. 4
0
 def __init__(self):
     ProtocolFactory.__init__(self)
     self.builds = 0