Requests up to the given number of messages from the call. No additional messages will be delivered. If #close() has been called, this method will have no effect. @param numMessages the requested number of messages to be delivered to the listener.
(int numMessages)
| 49 | * @param numMessages the requested number of messages to be delivered to the listener. |
| 50 | */ |
| 51 | void request(int numMessages); |
| 52 | |
| 53 | /** |
| 54 | * Adds the given data to this deframer and attempts delivery to the listener. |
nothing calls this directly
no outgoing calls
no test coverage detected