@FunctionalInterface public interface NioReadHandler
| Modifier and Type | Method and Description |
|---|---|
void |
read(NioInputStream in)
Called every time it is possible to read from the input stream without blocking.
|
void read(NioInputStream in) throws IOException
in.isFinished() must be true to
indicate that all the stream has been read.in - input stream.IOExceptionApache CXF