Package org.glassfish.grizzly.http.io
Interface BinaryNIOOutputSink
-
- All Superinterfaces:
OutputSink
- All Known Implementing Classes:
NIOOutputStream
public interface BinaryNIOOutputSink extends OutputSink
Adds the ability for binary basedOutputSinks to write aBufferinstead of having to convert to those types supported byOutputStream.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(Buffer buffer)Writes the contents of the specifiedBuffer.-
Methods inherited from interface org.glassfish.grizzly.OutputSink
canWrite, canWrite, notifyCanWrite, notifyCanWrite
-
-