Interface Protocol

    • Method Detail

      • getHttp

        Http getHttp()
        Defines any HTTP settings for this Protocol
      • setHttp

        void setHttp​(Http value)
      • getName

        String getName()
        Protocol name which could be used as reference
      • setName

        void setName​(String value)
      • getPortUnification

        PortUnification getPortUnification()
        Defines port-unification logic. If it is required to handle more than one high level protocol on a single network-listener.
      • getHttpRedirect

        HttpRedirect getHttpRedirect()
        Defines http-redirect logic.
      • setHttpRedirect

        void setHttpRedirect​(HttpRedirect value)
      • getSecurityEnabled

        String getSecurityEnabled()
        True means the protocol is secured and ssl element will be used to initialize security settings. False means that protocol is not secured and ssl element, if present, will be ignored.
      • setSecurityEnabled

        void setSecurityEnabled​(String value)
      • getSsl

        Ssl getSsl()
        Protocol security (ssl) configuration.
      • setSsl

        void setSsl​(Ssl value)
      • getParent

        @DuckTyped
        Protocols getParent()
        Description copied from interface: ConfigBeanProxy
        Returns the parent element of this configuration element. It is possible to return a not null parent while the parent knows nothing of this child element. This could happen when the child element was removed from the configuration tree, yet it's parent would not have been reset.
        Specified by:
        getParent in interface ConfigBeanProxy
        Returns:
        the parent configuration node.