Uses of Class
org.norther.tammi.acorn.http.HttpParser.ParsedState

Packages that use HttpParser.ParsedState
org.norther.tammi.acorn.http   
 

Uses of HttpParser.ParsedState in org.norther.tammi.acorn.http
 

Methods in org.norther.tammi.acorn.http with parameters of type HttpParser.ParsedState
protected static char[] HttpParser.getLine(InputStream in, HttpParser.ParsedState ps, int max)
          Gets the next line buffer from an input stream.
 void HttpParser.ParsedState.nested(HttpParser.ParsedState ps)
          Starts a nested parsed state.
protected static void HttpParser.parseRequest(char[] buf, HttpParser.ParsedState ps, List request)
          Parses the request from a char array.
 



Copyright © 2004 The Norther Organization. All rights reserved.