Lines Matching refs:SSLObject
1846 :attr:`SSLContext.sslobject_class` (default :class:`SSLObject`). The SSL
1858 instead of hard-coded :class:`SSLObject`.
1863 :class:`SSLObject`. The attribute can be overridden on instance of class
1864 in order to return a custom subclass of :class:`SSLObject`.
2457 reduced scope variant of :class:`SSLSocket` called :class:`SSLObject` is
2460 .. class:: SSLObject
2472 This class has no public constructor. An :class:`SSLObject` instance
2474 method will create the :class:`SSLObject` instance and bind it to a
2518 :meth:`SSLContext.set_servername_callback` will get an :class:`SSLObject`
2521 Some notes related to the use of :class:`SSLObject`:
2523 - All IO on an :class:`SSLObject` is :ref:`non-blocking <ssl-nonblocking>`.
2529 :meth:`~SSLContext.wrap_socket`. An :class:`SSLObject` is always created
2533 :class:`SSLObject` instances must to created with
2538 An SSLObject communicates with the outside world using memory buffers. The