Uses of Class
php.java.bridge.Util.HeaderParser

Packages that use Util.HeaderParser
php.java.bridge PHP/Java Bridge core classes and interfaces. 
 

Uses of Util.HeaderParser in php.java.bridge
 

Fields in php.java.bridge declared as Util.HeaderParser
static Util.HeaderParser Util.DEFAULT_HEADER_PARSER
          The default CGI header parser.
 

Methods in php.java.bridge with parameters of type Util.HeaderParser
static void Util.parseBody(byte[] buf, java.io.InputStream natIn, java.io.OutputStream out, Util.HeaderParser parser)
          Discards all header fields from a HTTP connection and write the body to the OutputStream