Class DecoderSource

java.lang.Object
org.eclipse.jetty.io.content.ContentSourceTransformer
org.eclipse.jetty.compression.DecoderSource
All Implemented Interfaces:
org.eclipse.jetty.io.Content.Source

public abstract class DecoderSource extends org.eclipse.jetty.io.content.ContentSourceTransformer
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Content.Source

    org.eclipse.jetty.io.Content.Source.Factory
  • Constructor Summary

    Constructors
    Constructor
    Description
    DecoderSource(org.eclipse.jetty.io.Content.Source rawSource)
     
  • Method Summary

    Methods inherited from class org.eclipse.jetty.io.content.ContentSourceTransformer

    demand, fail, getContentSource, isComplete, read, release, toString, transform

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.eclipse.jetty.io.Content.Source

    fail, getLength, rewind
  • Constructor Details

    • DecoderSource

      public DecoderSource(org.eclipse.jetty.io.Content.Source rawSource)