Module: Gio::SocketClientEvent

Defined in:
(unknown)

Constant Summary collapse

RESOLVING =

The client is doing a DNS lookup.

0 or :resolving
RESOLVED =

The client has completed a DNS lookup.

1 or :resolved
CONNECTING =

The client is connecting to a remote host (either a proxy or the destination server).

2 or :connecting
CONNECTED =

The client has connected to a remote host.

3 or :connected
PROXY_NEGOTIATING =

The client is negotiating with a proxy to connect to the destination server.

4 or :proxy_negotiating
PROXY_NEGOTIATED =

The client has negotiated with the proxy server.

5 or :proxy_negotiated
TLS_HANDSHAKING =

The client is performing a TLS handshake.

6 or :tls_handshaking
TLS_HANDSHAKED =

The client has performed a TLS handshake.

7 or :tls_handshaked
COMPLETE =

The client is done with a particular GSocket::Connectable.

8 or :complete