|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Output
| Method Summary | |
|---|---|
GrizzlyFuture<Integer> |
close(CompletionHandler<Integer> completionHandler)
Close the StreamWriter and make sure all data was flushed. |
void |
ensureBufferCapacity(int size)
|
GrizzlyFuture<Integer> |
flush(CompletionHandler<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 IOException
IOException
void write(Buffer buffer)
throws IOException
IOExceptionboolean isBuffered()
void ensureBufferCapacity(int size)
throws IOException
IOExceptionBuffer getBuffer()
Buffer.
Buffer.
GrizzlyFuture<Integer> flush(CompletionHandler<Integer> completionHandler)
throws IOException
IOException
GrizzlyFuture<Integer> close(CompletionHandler<Integer> completionHandler)
throws IOException
StreamWriter and make sure all data was flushed.
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||