Interface SocketClientEvent


public interface SocketClientEvent
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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 RESOLVING
      The client is doing a DNS lookup.
      See Also:
    • RESOLVED

      static final int RESOLVED
      The client has completed a DNS lookup.
      See Also:
    • CONNECTING

      static final int CONNECTING
      The client is connecting to a remote
      host (either a proxy or the destination server).
      See Also:
    • CONNECTED

      static final int CONNECTED
      The client has connected to a remote
      host.
      See Also:
    • PROXY_NEGOTIATING

      static final int PROXY_NEGOTIATING
      The client is negotiating
      with a proxy to connect to the destination server.
      See Also:
    • PROXY_NEGOTIATED

      static final int PROXY_NEGOTIATED
      The client has negotiated
      with the proxy server.
      See Also:
    • TLS_HANDSHAKING

      static final int TLS_HANDSHAKING
      The client is performing a
      TLS handshake.
      See Also:
    • TLS_HANDSHAKED

      static final int TLS_HANDSHAKED
      The client has performed a
      TLS handshake.
      See Also:
    • COMPLETE

      static final int COMPLETE
      The client is done with a particular
      #GSocketConnectable.
      See Also: