public interface NHttpMessageParser<T extends MessageHeaders>
void reset()
T parse(SessionInputBuffer buffer, boolean endOfStream) throws IOException, HttpException
null.buffer - session input buffer.endOfStream - end of stream flagnull otherwise.IOException - in case of an I/O error.HttpException - in case the HTTP message is malformed or
violates the HTTP protocol.Copyright © 2023. All rights reserved.