}
}
public void testPayload(int dribble) throws Exception {
Cursor cursor = new DribbleCursor(new StreamCursor(PAYLOAD), 10);
Channel channel = new MockChannel(cursor);
MockSelector selector = new MockSelector();
Collector body = new EntityCollector(new ArrayAllocator(), null, channel);
long time = System.currentTimeMillis();
while(!selector.isReady()) {