(byte[] data)
| 59 | client_loopback.addSimplexEventListener(new SimplexEventAdapter() { |
| 60 | |
| 61 | @Override |
| 62 | public int onPacketReceived(byte[] data) throws Exception { |
| 63 | return Http.parseHttpDelimiter(data); |
| 64 | } |
| 65 | |
| 66 | @Override |
| 67 | public byte[] onChunkReceived(byte[] data) throws Exception { |
nothing calls this directly
no test coverage detected