Package org.eclipse.jetty.ee10.proxy
Class AfterContentTransformer.Source
java.lang.Object
org.eclipse.jetty.ee10.proxy.AfterContentTransformer.Source
- Enclosing class:
- AfterContentTransformer
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 Summary
-
Method Details
-
getInputStream
- Returns:
- an input stream to read the original content from
-