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.
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.InputStream
stream
-
Constructor Summary
Constructors Modifier Constructor Description private
Source()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
drainTo(java.util.List<java.nio.ByteBuffer> output)
java.io.InputStream
getInputStream()
-