Class CompressExtension

    • Method Detail

      • setInflaterPool

        public void setInflaterPool​(org.eclipse.jetty.util.compression.InflaterPool inflaterPool)
        Deprecated.
      • setDeflaterPool

        public void setDeflaterPool​(org.eclipse.jetty.util.compression.DeflaterPool deflaterPool)
        Deprecated.
      • getDeflater

        public java.util.zip.Deflater getDeflater()
        Deprecated.
      • getInflater

        public java.util.zip.Inflater getInflater()
        Deprecated.
      • isRsv1User

        public boolean isRsv1User()
        Deprecated.
        Indicates use of RSV1 flag for indicating deflation is in use.
        Specified by:
        isRsv1User in interface Extension
        Overrides:
        isRsv1User in class AbstractExtension
        Returns:
        true if extension uses RSV1 for its own purposes.
      • outgoingFrame

        public void outgoingFrame​(Frame frame,
                                  WriteCallback callback,
                                  BatchMode batchMode)
        Deprecated.
        Description copied from interface: OutgoingFrames
        A frame, and optional callback, intended for the network layer.

        Note: the frame can undergo many transformations in the various layers and extensions present in the implementation.

        If you are implementing a mutation, you are obliged to handle the incoming WriteCallback appropriately.

        Parameters:
        frame - the frame to eventually write to the network layer.
        callback - the callback to notify when the frame is written.
        batchMode - the batch mode requested by the sender.
      • endsWithTail

        public static boolean endsWithTail​(java.nio.ByteBuffer buf)
        Deprecated.