コード例 #1
0
 def __init__(self, connections, timeout=None):
     TCPHATransport.__init__(self, connections, GeventWSTransport, timeout)
コード例 #2
0
 def __init__(self, connections, gevent=False):
     TCPHATransport.__init__(self, connections, ZDaemonTransport, gevent)
コード例 #3
0
 def __init__(self, connections, timeout=None, poolsize=100):
     TCPHATransport.__init__(self,
                             connections,
                             GeventWSTransport,
                             timeout,
                             poolsize=poolsize)
コード例 #4
0
 def __init__(self, connections, timeout=None):
     TCPHATransport.__init__(self, connections, GeventWSTransport, timeout)
コード例 #5
0
 def __init__(self, connections, timeout=None):
     TCPHATransport.__init__(self, connections, TornadoTransport, timeout)
コード例 #6
0
 def __init__(self, connections, timeout=None, poolsize=100):
     TCPHATransport.__init__(self, connections, GeventWSTransport, timeout, poolsize=poolsize)
コード例 #7
0
 def __init__(self, connections, gevent=False):
     TCPHATransport.__init__(self, connections, ZDaemonTransport, gevent)