public class HTTPAnalyzer extends Object
Constructor and Description |
---|
HTTPAnalyzer()
Constructor for the HTTPAnalyzer object
|
Modifier and Type | Method and Description |
---|---|
void |
parse(byte[] b,
int b_length,
Response r,
boolean preview)
Description of the Method
WARNING! This method may modify the original buffer if the data
is transfered as chunked and the mode of operation IS NOT preview.
|
public void parse(byte[] b, int b_length, Response r, boolean preview) throws HTTPParserException
b
- Description of the Parameterr
- Description of the Parameterpreview
- false iff the method must process data, otherwise just headers
are processedHTTPParserException
- Description of the ExceptionCopyright © 2016 Egothor. All Rights Reserved.