Home
last modified time | relevance | path

Searched refs:SSLConnection (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_ftplib.py268 class SSLConnection(object, asyncore.dispatcher): class
315 super(SSLConnection, self).close()
325 super(SSLConnection, self).handle_read_event()
333 super(SSLConnection, self).handle_write_event()
337 return super(SSLConnection, self).send(data)
347 return super(SSLConnection, self).recv(buffer_size)
365 super(SSLConnection, self).close()
368 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
377 class DummyTLS_FTPHandler(SSLConnection, DummyFTPHandler):