All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----w3c.mime.MIMEParser | +----w3c.jigsaw.http.HTTPParser
The getRequest() activate the parsing of the client's input stream.
public HTTPParser(Client client)
protected String parseWWord() throws MIMEParserException, IOException
protected boolean parseRequestLine(Hashtable into) throws MIMEParserException, IOException
public Request getRequest() throws HTTPParserException
The getRequest() activate the parsing of the client's input stream. Before calling this method, the content of the request (if any) should have been read.
After getRequest returns, the client's input stream is set before the first character of the content part of the request, which is the first character of the next request if content-length is 0.
All Packages Class Hierarchy This Package Previous Next Index