Interface Interceptor

    • Method Detail

      • setSuccessor

        void setSuccessor​(Interceptor successor)
        Sets the successor of the Interceptor in the chain of Interceptor
        Parameters:
        successor - the successor
      • setHolder

        void setHolder​(ExoContainer holder)
        Sets the holder which is mostly used when it is required to be able to go through the chain of Interceptor
        Parameters:
        holder - the holder of the container
      • setParent

        void setParent​(ExoContainer parent)
        Sets the parent container
        Parameters:
        parent - the parent container