Package ch.bailu.gtk.gio
Interface SocketClientEvent
public interface SocketClientEvent
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The client is done with a particular
#GSocketConnectable.static final int
The client has connected to a remote
host.static final int
The client is connecting to a remote
host (either a proxy or the destination server).static final int
The client has negotiated
with the proxy server.static final int
The client is negotiating
with a proxy to connect to the destination server.static final int
The client has completed a DNS lookup.static final int
The client is doing a DNS lookup.static final int
The client has performed a
TLS handshake.static final int
The client is performing a
TLS handshake.
-
Field Details
-
RESOLVING
static final int RESOLVINGThe client is doing a DNS lookup.- See Also:
-
RESOLVED
static final int RESOLVEDThe client has completed a DNS lookup.- See Also:
-
CONNECTING
static final int CONNECTINGThe client is connecting to a remote
host (either a proxy or the destination server).- See Also:
-
CONNECTED
static final int CONNECTEDThe client has connected to a remote
host.- See Also:
-
PROXY_NEGOTIATING
static final int PROXY_NEGOTIATINGThe client is negotiating
with a proxy to connect to the destination server.- See Also:
-
PROXY_NEGOTIATED
static final int PROXY_NEGOTIATEDThe client has negotiated
with the proxy server.- See Also:
-
TLS_HANDSHAKING
static final int TLS_HANDSHAKINGThe client is performing a
TLS handshake.- See Also:
-
TLS_HANDSHAKED
static final int TLS_HANDSHAKEDThe client has performed a
TLS handshake.- See Also:
-
COMPLETE
static final int COMPLETEThe client is done with a particular
#GSocketConnectable.- See Also:
-