SocketClientEvent#
Added in version 2.32.
- class SocketClientEvent#
Describes an event occurring on a SocketClient. See the
SocketClient::event signal for more details.
Additional values may be added to this type in the future.
Fields#
- class SocketClientEvent
- COMPLETE#
The client is done with a particular
SocketConnectable.
- CONNECTED#
The client has connected to a remote host.
- CONNECTING#
The client is connecting to a remote host (either a proxy or the destination server).
- PROXY_NEGOTIATED#
The client has negotiated with the proxy server.
- PROXY_NEGOTIATING#
The client is negotiating with a proxy to connect to the destination server.
- RESOLVED#
The client has completed a DNS lookup.
- RESOLVING#
The client is doing a DNS lookup.
- TLS_HANDSHAKED#
The client has performed a TLS handshake.
- TLS_HANDSHAKING#
The client is performing a TLS handshake.