Package org.eclipse.jetty.proxy
Class AfterContentTransformer.Sink
java.lang.Object
org.eclipse.jetty.proxy.AfterContentTransformer.Sink
- Enclosing class:
AfterContentTransformer
The target to where the transformed content is written after the transformation.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
drainTo
(List<ByteBuffer> output) private void
overflow
(ByteBuffer output)
-
Field Details
-
sinkBuffers
-
stream
-
-
Constructor Details
-
Sink
public Sink()
-
-
Method Details
-
getOutputStream
- Returns:
- an output stream to write the transformed content to
-
overflow
- Throws:
IOException
-
drainTo
- Throws:
IOException
-