Class WebSocketExtensionFactory

    • Method Detail

      • unmanage

        public void unmanage​(java.lang.Object object)
      • isRunning

        public boolean isRunning()
        Specified by:
        isRunning in interface LifeCycle
        Returns:
        true if the component is starting or has been started.
      • isFailed

        public boolean isFailed()
        Specified by:
        isFailed in interface LifeCycle
        Returns:
        true if the component has failed to start or has failed to stop.
      • dump

        public java.lang.String dump()
        Specified by:
        dump in interface Dumpable
      • dumpSelf

        public java.lang.String dumpSelf()
        Description copied from interface: Dumpable
        The description of this/self found in the dump. Allows for alternative representation of Object other then .toString() where the long form output of toString() is represented in a cleaner way within the dump infrastructure.
        Specified by:
        dumpSelf in interface Dumpable
        Returns:
        the representation of self
      • dump

        public void dump​(java.lang.Appendable out,
                         java.lang.String indent)
                  throws java.io.IOException
        Description copied from interface: Dumpable
        Dump this object (and children) into an Appendable using the provided indent after any new lines. The indent should not be applied to the first object dumped.
        Specified by:
        dump in interface Dumpable
        Parameters:
        out - The appendable to dump to
        indent - The indent to apply after any new lines.
        Throws:
        java.io.IOException - if unable to write to Appendable
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object