@FunctionalInterface public interface NioWriteHandler
| 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) throws IOException
out - output stream.true if there is more data to write, false otherwise.IOExceptionApache CXF