Interface PortUnification

    • Method Detail

      • getClassname

        String getClassname()
        Port unification logic implementation class
      • setClassname

        void setClassname​(String value)
      • getProtocolFinder

        List<ProtocolFinder> getProtocolFinder()
        Set of protocol finders, which will be responsible for protocol recognition
      • getWebProtocolStickyEnabled

        String getWebProtocolStickyEnabled()
        If the data came on a network connection is recognized as HTTP packet and it is passed to a default Web protocol - then, if Web protocol sticky flag is enabled, the network connection gets associated with the Web protocol forever, and port unification finder will never be called again for this network connection. If the web protocol sticky flag is false - then this time HTTP packet will be passed to a Web protocol, but next time for a next data on this connection - protocol finders will be called again to recognize the target protocol.
      • setStickyProtocolEnabled

        void setStickyProtocolEnabled​(String enabled)
        If the data came on a network connection is recognized as HTTP packet and it is passed to a default Web protocol - then, if Web protocol sticky flag is enabled, the network connection gets associated with the Web protocol forever, and port unification finder will never be called again for this network connection. If the web protocol sticky flag is false - then this time HTTP packet will be passed to a Web protocol, but next time for a next data on this connection - protocol finders will be called again to recognize the target protocol.
      • getParent

        @DuckTyped
        Protocol 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.