parseHeaders(SessionInputBuffer inbuffer, int maxHeaderCount, int maxLineLen, LineParser parser) Parses HTTP headers from the data receiver stream according to the generic
format as given in Section 3.1 of RFC 822, RFC-2616 Section 4 and 19.3.
Parameters: inbuffer - Session input buffer Parameters: maxHeaderCount - maximum number of headers allowed.
Parses HTTP headers from the data receiver stream according to the generic
format as given in Section 3.1 of RFC 822, RFC-2616 Section 4 and 19.3.
Parameters: inbuffer - Session input buffer Parameters: maxHeaderCount - maximum number of headers allowed. If the numberof headers received from the data stream exceeds maxCount value, anIOException will be thrown. Setting this parameter to a negative valueor zero will disable the check. Parameters: maxLineLen - maximum number of characters for a header line,including the continuation lines array of HTTP headers throws: HttpException - throws: IOException -