Class ContentSinkOutputStream
java.lang.Object
java.io.OutputStream
org.eclipse.jetty.io.content.ContentSinkOutputStream
- All Implemented Interfaces:
- Closeable, Flushable, AutoCloseable
An OutputStream backed by a Content.Sink.
Any content written to this OutputStream is written
to the Content.Sink.write(boolean, ByteBuffer, Callback)
with a callback that blocks the caller until it is succeeded or
failed.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class OutputStreamnullOutputStream, write
- 
Constructor Details- 
ContentSinkOutputStream
 
- 
- 
Method Details- 
write- Specified by:
- writein class- OutputStream
- Throws:
- IOException
 
- 
write- Overrides:
- writein class- OutputStream
- Throws:
- IOException
 
- 
flush- Specified by:
- flushin interface- Flushable
- Overrides:
- flushin class- OutputStream
- Throws:
- IOException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- OutputStream
- Throws:
- IOException
 
- 
close- Throws:
- IOException
 
 
-