Class WebSocketExtensionFactory

    • Constructor Detail

      • WebSocketExtensionFactory

        public WebSocketExtensionFactory​(WebSocketContainerScope container,
                                         org.eclipse.jetty.util.compression.InflaterPool inflaterPool,
                                         org.eclipse.jetty.util.compression.DeflaterPool deflaterPool)
        Deprecated.
    • Method Detail

      • unmanage

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

        public org.eclipse.jetty.util.compression.InflaterPool getInflaterPool()
        Deprecated.
      • getDeflaterPool

        public org.eclipse.jetty.util.compression.DeflaterPool getDeflaterPool()
        Deprecated.
      • stop

        public void stop()
                  throws java.lang.Exception
        Deprecated.
        Description copied from interface: LifeCycle
        Stops the component. The component may wait for current activities to complete normally, but it can be interrupted.
        Specified by:
        stop in interface LifeCycle
        Throws:
        java.lang.Exception - If the component fails to stop
        See Also:
        LifeCycle.isStopped(), LifeCycle.start(), LifeCycle.isFailed()
      • isRunning

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

        public boolean isFailed()
        Deprecated.
        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()
        Deprecated.
        Specified by:
        dump in interface Dumpable
      • dumpSelf

        public java.lang.String dumpSelf()
        Deprecated.
        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
        Deprecated.
        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()
        Deprecated.
        Overrides:
        toString in class java.lang.Object