|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Output
| Method Summary | |
|---|---|
GrizzlyFuture<java.lang.Integer> |
close(CompletionHandler<java.lang.Integer> completionHandler)
Close the StreamWriter and make sure all data was flushed. |
void |
ensureBufferCapacity(int size)
|
GrizzlyFuture<java.lang.Integer> |
flush(CompletionHandler<java.lang.Integer> completionHandler)
Make sure that all data that has been written is flushed from the stream to its destination. |
Buffer |
getBuffer()
Return the Input's Buffer. |
boolean |
isBuffered()
|
void |
write(Buffer buffer)
|
void |
write(byte data)
|
| Method Detail |
|---|
void write(byte data)
throws java.io.IOException
java.io.IOException
void write(Buffer buffer)
throws java.io.IOException
java.io.IOExceptionboolean isBuffered()
void ensureBufferCapacity(int size)
throws java.io.IOException
java.io.IOExceptionBuffer getBuffer()
Buffer.
Buffer.
GrizzlyFuture<java.lang.Integer> flush(CompletionHandler<java.lang.Integer> completionHandler)
throws java.io.IOException
java.io.IOException
GrizzlyFuture<java.lang.Integer> close(CompletionHandler<java.lang.Integer> completionHandler)
throws java.io.IOException
StreamWriter and make sure all data was flushed.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||