Lines Matching refs:SSLObject
1888 :attr:`SSLContext.sslobject_class` (default :class:`SSLObject`). The SSL
1900 instead of hard-coded :class:`SSLObject`.
1905 :class:`SSLObject`. The attribute can be overridden on instance of class
1906 in order to return a custom subclass of :class:`SSLObject`.
2482 reduced scope variant of :class:`SSLSocket` called :class:`SSLObject` is
2485 .. class:: SSLObject
2497 This class has no public constructor. An :class:`SSLObject` instance
2499 method will create the :class:`SSLObject` instance and bind it to a
2543 :meth:`SSLContext.set_servername_callback` will get an :class:`SSLObject`
2546 Some notes related to the use of :class:`SSLObject`:
2548 - All IO on an :class:`SSLObject` is :ref:`non-blocking <ssl-nonblocking>`.
2554 :meth:`~SSLContext.wrap_socket`. An :class:`SSLObject` is always created
2558 :class:`SSLObject` instances must to created with
2563 An SSLObject communicates with the outside world using memory buffers. The