예제 #1
0
파일: tcp.py 프로젝트: GunioRobot/twisted
 def startTLS(self, contextFactory, normal=True):
     """
     @see: L{ITLSTransport.startTLS}
     """
     _startTLS(self, contextFactory, normal, abstract.FileHandle)
예제 #2
0
파일: tcp.py 프로젝트: jaimematsuda/BolsaVL
 def startTLS(self, contextFactory, normal=True):
     """
     @see: L{ITLSTransport.startTLS}
     """
     _startTLS(self, contextFactory, normal, abstract.FileHandle)