@FunctionalInterface public interface NioWriterHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
write(NioOutputStream out)
Method called when it is possible to write some data without blocking.
|
boolean write(NioOutputStream out)
out - output stream.true if there is more data to write, false otherwise.Copyright © 1996-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.