SSLDisposed¶
The session has been disposed. Nothing more comes out of it: read returns
None, can_send returns false, alpn_selected returns None, receive
and write do nothing, and send raises an error.
Constructors¶
create¶
Returns¶
- SSLDisposed val^
Public Functions¶
eq¶
Parameters¶
- that: SSLDisposed val
Returns¶
- Bool val
ne¶
Parameters¶
- that: SSLDisposed val
Returns¶
- Bool val