|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BinaryNIOOutputSink
Adds the ability for binary based NIOOutputSinks to write a
Buffer instead of having to convert to those types supported by
OutputStream.
| Method Summary | |
|---|---|
void |
write(Buffer buffer)
Writes the contents of the specified Buffer. |
| Methods inherited from interface org.glassfish.grizzly.http.server.io.NIOOutputSink |
|---|
canWrite, notifyCanWrite |
| Method Detail |
|---|
void write(Buffer buffer)
throws IOException
Buffer.
buffer - the to write
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||