Read from the input stream into the ByteBuffer provided by the ApplicationBufferHandler. IMPORTANT: the current model assumes that the protocol will 'own' the ByteBuffer and return a pointer to it. @param handler ApplicationBufferHandler that provides the buffer to read data into. @return The numb
(ApplicationBufferHandler handler)
| 37 | * @throws IOException If an I/O error occurs reading from the input stream |
| 38 | */ |
| 39 | int doRead(ApplicationBufferHandler handler) throws IOException; |
| 40 | |
| 41 | |
| 42 | /** |
no outgoing calls