twisted.protocols.amp._TLSBox(AmpBox)
class documentationtwisted.protocols.amp
View Source
(View In Hierarchy)
I am an AmpBox that, upon being sent, initiates a TLS connection.
Method | __init__ | Undocumented |
Method | _keyprop | Undocumented |
Method | _sendTo | Send my encoded value to the protocol, then initiate TLS. |
Inherited from AmpBox:
Method | copy | Return another AmpBox just like me. |
Method | serialize | Convert me into a wire-encoded string. |
Method | __repr__ | Undocumented |
Send my encoded value to the protocol, then initiate TLS.