Current Path : /usr/lib/python2.7/dist-packages/twisted/internet/ |
Current File : //usr/lib/python2.7/dist-packages/twisted/internet/_ssl.pyc |
ó (±˜Mc @ s d Z d e f d „ ƒ YZ d S( s] This module implements helpers for switching to TLS on an existing transport. @since: 11.1 t _TLSDelayedc B s e Z d Z d „ Z RS( s State tracking record for TLS startup parameters. Used to remember how TLS should be started when starting it is delayed to wait for the output buffer to be flushed. @ivar bufferedData: A C{list} which contains all the data which was written to the transport after an attempt to start TLS was made but before the buffers outstanding at that time could be flushed and TLS could really be started. This is appended to by the transport's write and writeSequence methods until it is possible to actually start TLS, then it is written to the TLS-enabled transport. @ivar context: An SSL context factory object to use to start TLS. @ivar extra: An extra argument to pass to the transport's C{startTLS} method. c C s | | _ | | _ | | _ d S( N( t bufferedDatat contextt extra( t selfR R R ( ( s9 /usr/lib/python2.7/dist-packages/twisted/internet/_ssl.pyt __init__ s ( t __name__t __module__t __doc__R ( ( ( s9 /usr/lib/python2.7/dist-packages/twisted/internet/_ssl.pyR s N( R t objectR ( ( ( s9 /usr/lib/python2.7/dist-packages/twisted/internet/_ssl.pyt <module> s