Adds the given data to this deframer and attempts delivery to the listener. @param data the raw data read from the remote endpoint. Must be non-null.
(ReadableBuffer data)
| 56 | * @param data the raw data read from the remote endpoint. Must be non-null. |
| 57 | */ |
| 58 | void deframe(ReadableBuffer data); |
| 59 | |
| 60 | /** Close when any messages currently queued have been requested and delivered. */ |
| 61 | void closeWhenComplete(); |
no outgoing calls