:right-sidebar: True SocketClientEvent =================================================================== .. currentmodule:: gi.repository.Gio .. versionadded:: 2.32 .. class:: SocketClientEvent :no-contents-entry: Describes an event occurring on a :obj:`~gi.repository.Gio.SocketClient`. See the :obj:`~gi.repository.Gio.SocketClient`::event signal for more details. Additional values may be added to this type in the future. Fields ------ .. rst-class:: interim-class .. class:: SocketClientEvent :no-index: .. attribute:: COMPLETE The client is done with a particular :obj:`~gi.repository.Gio.SocketConnectable`. .. attribute:: CONNECTED The client has connected to a remote host. .. attribute:: CONNECTING The client is connecting to a remote host (either a proxy or the destination server). .. attribute:: PROXY_NEGOTIATED The client has negotiated with the proxy server. .. attribute:: PROXY_NEGOTIATING The client is negotiating with a proxy to connect to the destination server. .. attribute:: RESOLVED The client has completed a DNS lookup. .. attribute:: RESOLVING The client is doing a DNS lookup. .. attribute:: TLS_HANDSHAKED The client has performed a TLS handshake. .. attribute:: TLS_HANDSHAKING The client is performing a TLS handshake.