示例#1
0
 def __init__(self):
     HTTPChannel.__init__(self)
     self.client = None
示例#2
0
 def __init__(self):
     self.proxyConnection = None
     HTTPChannel.__init__(self)
示例#3
0
 def __init__(self):
     self.proxyConnection = None
     HTTPChannel.__init__(self)
 def __init__(self):
     HTTPChannel.__init__(self)
示例#5
0
 def __init__(self, log):
     self.log, self.proxyConnection = log, None
     HTTPChannel.__init__(self)
示例#6
0
	def __init__(self):

		self.ssl_context = tssl.DefaultOpenSSLContextFactory('data/cert/key.pem', 'data/cert/cert.pem')
		HTTPChannel.__init__(self)
示例#7
0
 def __init__(self, log):
     self.log, self.proxyConnection = log, None
     HTTPChannel.__init__(self)
示例#8
0
 def __init__(self):
     HTTPChannel.__init__(self)
     self.content_type = None
     self.count_line_data = False
     self.co = self.dataCoroutine()
     self.co.next() # Start up the coroutine
示例#9
0
 def __init__(self):
     self.proxyConnection = None
     self.requestFactory.getVerifier = lambda _: self.factory.verifier
     HTTPChannel.__init__(self)