Searched defs:chunk (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/common/
H A DJkInputStream.java179 public int doWrite(ByteChunk chunk, Response res) argument
188 int len=chunk.getLength();
204 outputMsg.appendBytes( chunk.getBytes(), chunk.getOffset() + off, thisTime );
222 // Handle special first-body-chunk, but only if httpd expects it.
237 /** Receive a chunk of data. Called to implement the
246 log.info( "Receiving: getting request body chunk " + err + " " + bodyMsg.getLen() );
254 // Don't mark 'end of stream' for the first chunk.

Completed in 11 milliseconds