Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module tcp :: Class _TLSMixin |
|
Method Summary | |
---|---|
doRead(self)
| |
doWrite(self)
| |
writeSomeData(self,
data)
| |
_closeSocket(self)
| |
Gets called after loseConnection(), after buffered data is sent. |
Class Variable Summary | |
---|---|
int |
readBlockedOnWrite
|
int |
sslShutdown
|
int |
writeBlockedOnRead
|
Method Details |
---|
_postLoseConnection(self)Gets called after loseConnection(), after buffered data is sent. We close the SSL transport layer, and if the other side hasn't closed it yet we start reading, waiting for a ZeroReturnError which will indicate the SSL shutdown has completed. |
Class Variable Details |
---|
readBlockedOnWrite
|
sslShutdown
|
writeBlockedOnRead
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:49:22 2003 | http://epydoc.sf.net |