java.lang.Object
org.glassfish.grizzly.spdy.compression.Utils

public class Utils extends Object
SPDY compression utils.
Author:
Grizzly team
  • Constructor Details

    • Utils

      public Utils()
  • Method Details

    • setSpdyCompressionDictionary

      public static void setSpdyCompressionDictionary(Inflater inflater)
      Sets SPDY compression dictionary to a Deflater
      Parameters:
      inflater - the Inflater
    • setSpdyCompressionDictionary

      public static void setSpdyCompressionDictionary(Deflater deflater)
      Sets SPDY compression dictionary to a Deflater
      Parameters:
      deflater - the Deflater