Class AfterContentTransformer.Source

java.lang.Object
org.eclipse.jetty.proxy.AfterContentTransformer.Source
Enclosing class:
AfterContentTransformer

public class AfterContentTransformer.Source extends Object

The source from where the original content is read to be transformed.

The input stream provided by this class supports the InputStream.reset() method so that the stream can be rewound to the beginning.

  • Method Details

    • getInputStream

      public InputStream getInputStream()
      Returns:
      an input stream to read the original content from