Ejemplo n.º 1
0
 public void setChunkedStreamingMode(int chunklen) {
   if (entity == null) entity = new TemporaryBufferEntity(new LocalFile(null));
   entity.setChunked(true);
 }