Requests up to the given number of messages from the call to be delivered to Listener#onMessage(Object). Once numMessages have been delivered no further request messages will be delivered until more messages are requested by calling this method again. Servers use this mechanism t
(int numMessages)
| 115 | * @param numMessages the requested number of messages to be delivered to the listener. |
| 116 | */ |
| 117 | public abstract void request(int numMessages); |
| 118 | |
| 119 | /** |
| 120 | * Send response header metadata prior to sending a response message. This method may |
nothing calls this directly
no outgoing calls
no test coverage detected