Class GzipStreamSourceConduit

  • All Implemented Interfaces:
    org.xnio.conduits.Conduit, org.xnio.conduits.SourceConduit, org.xnio.conduits.StreamSourceConduit

    public class GzipStreamSourceConduit
    extends InflatingStreamSourceConduit
    Author:
    Stuart Douglas
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ConduitWrapper<org.xnio.conduits.StreamSourceConduit> WRAPPER  
      • Fields inherited from class org.xnio.conduits.AbstractConduit

        next
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void dataDeflated​(byte[] data, int off, int len)  
      protected void readFooter​(java.nio.ByteBuffer buf)  
      protected boolean readHeader​(java.nio.ByteBuffer headerData)  
      • Methods inherited from class org.xnio.conduits.AbstractSourceConduit

        awaitReadable, awaitReadable, getReadThread, isReadResumed, isReadShutdown, resumeReads, setReadReadyHandler, suspendReads, wakeupReads
      • Methods inherited from class org.xnio.conduits.AbstractConduit

        getWorker
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.xnio.conduits.Conduit

        getWorker
      • Methods inherited from interface org.xnio.conduits.SourceConduit

        awaitReadable, awaitReadable, getReadThread, isReadResumed, isReadShutdown, resumeReads, setReadReadyHandler, suspendReads, wakeupReads
    • Field Detail

      • WRAPPER

        public static final ConduitWrapper<org.xnio.conduits.StreamSourceConduit> WRAPPER
    • Constructor Detail

      • GzipStreamSourceConduit

        public GzipStreamSourceConduit​(HttpServerExchange exchange,
                                       org.xnio.conduits.StreamSourceConduit next)