Package org.eclipse.jetty.proxy
Class AfterContentTransformer.Source
- java.lang.Object
-
- org.eclipse.jetty.proxy.AfterContentTransformer.Source
-
- Enclosing class:
- AfterContentTransformer
public class AfterContentTransformer.Source extends java.lang.Object
The source from where the original content is read to be transformed.
The
input stream
provided by this class supports theInputStream.reset()
method so that the stream can be rewound to the beginning.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.InputStream
getInputStream()
-