@FunctionalInterface public interface StreamReadCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onRead(ByteBuffer data) |
void onRead(ByteBuffer data) throws Exception
status - 0 on success, or an error code < 0 on failure.ExceptionCopyright © 2021 WebFolder. All rights reserved.