ReadTask
will invoke. The ReadTask
will use an implementation of this interface tp predict if the NIO code>ByteBuffer has been fully read and can be processed. ReadTask
will invoke the method in the following order: (a) allocate(...) (b) preParse(...) (c) parse(...) (d) contentLength() AND headerLength(); (d) postParse(...) The algorithm will stop once (c) return true
@author Jean-Francois Arcand
|
|