Interface ClientConfiguration


  • public interface ClientConfiguration
    Client configuration.
    Since:
    1.0
    • Method Detail

      • getActiveLocalAddress

        java.lang.String getActiveLocalAddress()
        Returns the active local address.
        Returns:
        the active local address
        Since:
        1.0
      • getActiveLocalPort

        int getActiveLocalPort()
        Returns the active local port.
        Returns:
        the active local port
        Since:
        1.0
      • getIdleTime

        java.lang.Integer getIdleTime()
        Returns the idle time.
        Returns:
        the idle time
        Since:
        1.0
      • getPassiveAddress

        java.lang.String getPassiveAddress()
        Returns the passive address.
        Returns:
        the passive address
        Since:
        1.0
      • getPassiveExternalAddress

        java.lang.String getPassiveExternalAddress()
        Returns the passive external address.
        Returns:
        the passive external address
        Since:
        1.0
      • getPassivePorts

        java.lang.String getPassivePorts()
        Returns the passive ports.
        Returns:
        the passive ports
        Since:
        1.0
      • getSslConfiguration

        SslConfiguration getSslConfiguration()
        Returns the SSL configuration.
        Returns:
        the SSL configuration
        Since:
        1.0
      • hasActiveEnabled

        java.lang.Boolean hasActiveEnabled()
        Returns whether active enabled.
        Returns:
        whether active enabled
        Since:
        1.0
      • hasActiveIpCheck

        boolean hasActiveIpCheck()
        Returns whether active IP check.
        Returns:
        whether active IP check
        Since:
        1.0
      • hasImplicitSsl

        boolean hasImplicitSsl()
        Returns whether implicit SSL.
        Returns:
        whether implicit SSL
        Since:
        1.0
      • hasPassiveIpCheck

        boolean hasPassiveIpCheck()
        Returns whether passive IP check.
        Returns:
        whether passive IP check
        Since:
        1.0