A B C D E F G H I J K L M N O P R S T U V W X Z

H

handleManaged(Object) - Static method in class php.java.bridge.http.Context
Only for internal use.
handleManaged(Object, ServletContext) - Static method in class php.java.servlet.HttpContext
Only for internal use.
handleOneRequest() - Method in class php.java.bridge.Request
Start handling one request.
handleRequests(InputStream, OutputStream, ILogger) - Method in class php.java.bridge.JavaBridge
Deprecated. Example:
protected void doPut (HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException {
  IContextFactory ctx = new RemoteHttpServletContextFactory(this, getServletContext(), req, req, resr);
  res.setHeader("X_JAVABRIDGE_CONTEXT", ctx.getId());
  res.setHeader("Pragma", "no-cache");
  res.setHeader("Cache-Control", "no-cache");
  try { ctx.getBridge().handleRequests(req.getInputStream(), res.getOutputStream(), myLogge); } finally { ctx.destroy(); }
}
handleRequests(InputStream, OutputStream) - Method in class php.java.bridge.JavaBridge
Handle requests from the InputStream, write the responses to OutputStream
handleRequests() - Method in class php.java.bridge.Request
Start handling requests until EOF.
handleRequests(InputStream, OutputStream) - Method in class php.java.servlet.RemoteHttpServletContextFactory
Handle requests from the InputStream, write the responses to OutputStream
hashToStringArray(Map) - Static method in class php.java.bridge.Util
Create a string array from a hashtable.
HEADER - Static variable in interface php.java.script.IScriptReader
These header values appear in the environment map passed to PHP
HeaderParser - Class in php.java.bridge.http
A procedure class which can be used to capture the HTTP header strings.
HeaderParser() - Constructor for class php.java.bridge.http.HeaderParser
 
HEX_DIGITS - Static variable in class php.java.bridge.Util
Only for internal use
HOME_DIR - Static variable in class php.java.bridge.Util
Only for internal use
HTTP_PORT_BASE - Static variable in class php.java.bridge.Standalone
The default HTTP port for management clients
HttpContext - Class in php.java.servlet
A custom context which keeps the HttpServletResponse.
HttpContext(ServletContext, HttpServletRequest, HttpServletResponse) - Constructor for class php.java.servlet.HttpContext
Create a new context.
HttpFastCGIProxy - Class in php.java.script.servlet
This class can be used to connect to a FastCGI server.
HttpFastCGIProxy(Map, OutputStream, OutputStream, HeaderParser, ResultProxy, FCGIConnectionPool) - Constructor for class php.java.script.servlet.HttpFastCGIProxy
 
HttpProxy - Class in php.java.script
Represents the script continuation.
HttpProxy(Reader, Map, OutputStream, OutputStream, HeaderParser, ResultProxy, ILogger) - Constructor for class php.java.script.HttpProxy
Create a HTTP proxy which can be used to allocate a php script from a HTTP server
HttpRequest - Class in php.java.bridge.http
A simple HTTP request implementation.
HttpRequest(InputStream) - Constructor for class php.java.bridge.http.HttpRequest
Create a new HTTP request
HttpResponse - Class in php.java.bridge.http
A simple HTTP response implementation.
HttpResponse(OutputStream) - Constructor for class php.java.bridge.http.HttpResponse
Create a new HTTP response with the given OutputStream
HTTPS_PORT_BASE - Static variable in class php.java.bridge.Standalone
The default HTTP port for management clients
HttpServer - Class in php.java.bridge.http
This class can be used to create a simple HTTP server.

A B C D E F G H I J K L M N O P R S T U V W X Z