Class ConnectorInfo

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        The Constant serialVersionUID.
        See Also:
        Constant Field Values
      • name

        private String name
        The name.
      • defaultSslHostConfigName

        private String defaultSslHostConfigName
        The default SslHostConfig name.
    • Constructor Detail

      • ConnectorInfo

        public ConnectorInfo()
    • Method Detail

      • getName

        public String getName()
        Gets the name.
        Returns:
        the name
      • setName

        public void setName​(String name)
        Sets the name.
        Parameters:
        name - the new name
      • getSslHostConfigInfos

        public List<SslHostConfigInfo> getSslHostConfigInfos()
        Gets the SslHostConfig infos.
        Returns:
        the SslHostConfig infos
      • setSslHostConfigInfos

        public void setSslHostConfigInfos​(List<SslHostConfigInfo> sslHostConfigInfos)
        Sets SslHostConfig infos.
        Parameters:
        sslHostConfigInfos - new SslHostConfig infos
      • getDefaultSslHostConfigName

        public String getDefaultSslHostConfigName()
        Gets the default SslHostConfig name.
        Returns:
        the default SslHostConfig name
      • setDefaultSslHostConfigName

        public void setDefaultSslHostConfigName​(String defaultSslHostConfigName)
        Sets the default SslHostConfig name.
        Parameters:
        defaultSslHostConfigName - the new default SslHostConfig name