Interface Configuration


  • public interface Configuration
    Configuration.
    Since:
    1.0
    • Method Detail

      • getClientConfiguration

        ClientConfiguration getClientConfiguration()
        Returns the client configuration.
        Returns:
        the client configuration
        Since:
        1.0
      • getIdleTimeout

        java.lang.Integer getIdleTimeout()
        Returns the idle timeout.
        Returns:
        the idle timeout
        Since:
        1.0
      • getPort

        java.lang.Integer getPort()
        Returns the port.
        Returns:
        the port
        Since:
        1.0
      • getServerAddress

        java.lang.String getServerAddress()
        Returns the server address.
        Returns:
        the server address
        Since:
        1.0
      • getSslConfiguration

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

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