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

Packages that use Util.HeaderParser
php.java.bridge Internal VM Bridge core classes and interfaces. 
php.java.script Internal PHP script engine implementation. 
 

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
 

Uses of Util.HeaderParser in php.java.script
 

Methods in php.java.script with parameters of type Util.HeaderParser
 void URLReader.read(java.util.Map env, java.io.OutputStream out, Util.HeaderParser headerParser)
          Read from the URL and write the data to out.
 

Constructors in php.java.script with parameters of type Util.HeaderParser
HttpProxy(java.io.Reader reader, java.util.Map env, java.io.OutputStream out, java.io.OutputStream err, Util.HeaderParser headerParser, ResultProxy resultProxy)
          Create a HTTP proxy which can be used to allocate a php script from a HTTP server
HttpProxy(java.io.Reader reader, java.lang.String ctx, java.io.OutputStream out, java.io.OutputStream err, Util.HeaderParser headerParser, ResultProxy resultProxy)
          Create a HTTP proxy which can be used to allocate a php script from a HTTP server