Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
P
parseBody(byte[], InputStream, OutputStream, Util.HeaderParser)
- Static method in class php.java.bridge.
Util
Discards all header fields from a HTTP connection and write the body to the OutputStream
parseHeader(String)
- Method in class php.java.bridge.
Util.HeaderParser
peek(String)
- Static method in class php.java.bridge.http.
ContextFactory
Only for internal use.
php.java.bridge
- package php.java.bridge
VM Bridge core classes and interfaces.
php.java.bridge.http
- package php.java.bridge.http
Fast socket and pipe context runners for VM Bridge J2EE backends.
php.java.script
- package php.java.script
PHP script engine implementation.
php.java.script.servlet
- package php.java.script.servlet
PHP script engine implementation for servlets.
php.java.servlet
- package php.java.servlet
PHP/Java Bridge Servlet.
php.java.servlet.fastcgi
- package php.java.servlet.fastcgi
PHP/Java Bridge FastCGI Servlet.
PHP_ARGS
- Static variable in class php.java.bridge.
Util
The default PHP arguments
PHP_EXEC
- Static variable in class php.java.bridge.
Util
Only for internal use
PHP_FCGI_CHILDREN
- Static variable in class php.java.servlet.fastcgi.
FastCGIServlet
This controls how many child processes the PHP process spawns.
PHP_FCGI_MAX_REQUESTS
- Static variable in class php.java.servlet.fastcgi.
FastCGIServlet
This controls how many requests each child process will handle before exitting.
PhpCGIServlet
- Class in
php.java.servlet
Handles requests from internet clients.
PhpCGIServlet()
- Constructor for class php.java.servlet.
PhpCGIServlet
PhpCGIServlet.CGIEnvironment
- Class in
php.java.servlet
Adjust the standard tomcat CGI env.
PhpJavaServlet
- Class in
php.java.servlet
Handles requests from PHP clients.
PhpJavaServlet()
- Constructor for class php.java.servlet.
PhpJavaServlet
PhpProcedure
- Class in
php.java.bridge
This class takes the supplied PHP environment and creates a dynamic proxy for calling PHP code.
PhpProcedureProxy
- Class in
php.java.bridge
This class creates a procedure proxy proxy which evaluates to a dynamic proxy in coerce().
PhpScriptContext
- Class in
php.java.script
This class implements a simple script context for PHP.
PhpScriptContext()
- Constructor for class php.java.script.
PhpScriptContext
Create a standalone PHP script context.
PhpScriptContextFactory
- Class in
php.java.script
A custom context factory, creates a ContextFactory for JSR223 contexts.
PhpScriptContextFactory()
- Constructor for class php.java.script.
PhpScriptContextFactory
Create a simple context factory with an empty web context
PhpScriptEngine
- Class in
php.java.script
This class implements the ScriptEngine.
PhpScriptEngine()
- Constructor for class php.java.script.
PhpScriptEngine
Create a new ScriptEngine with a default context.
PhpScriptEngine(PhpScriptEngineFactory)
- Constructor for class php.java.script.
PhpScriptEngine
Create a new ScriptEngine from a factory.
PhpScriptEngineFactory
- Class in
php.java.script
Create a standalone PHP script engines.
PhpScriptEngineFactory()
- Constructor for class php.java.script.
PhpScriptEngineFactory
PhpScriptException
- Exception in
php.java.script
This class is needed for compatibility with JDK 1.4
PhpScriptException(String)
- Constructor for exception php.java.script.
PhpScriptException
PhpScriptException(String, Throwable)
- Constructor for exception php.java.script.
PhpScriptException
PhpScriptLogWriter
- Class in
php.java.script
A PrintWriter which uses the JavaBridge logger.
PhpScriptTemporarilyOutOfResourcesException
- Exception in
php.java.script.servlet
Thrown when the bridge refuses to allocate another continuation from the pool.
PhpScriptTemporarilyOutOfResourcesException(String)
- Constructor for exception php.java.script.servlet.
PhpScriptTemporarilyOutOfResourcesException
Create a new exception.
PhpScriptTemporarilyOutOfResourcesException(String, Throwable)
- Constructor for exception php.java.script.servlet.
PhpScriptTemporarilyOutOfResourcesException
Create a new exception
PhpScriptWriter
- Class in
php.java.script
A PrintWriter backed by an OutputStream.
PhpScriptWriter(OutputStream)
- Constructor for class php.java.script.
PhpScriptWriter
Create a new PhpScriptWriter.
PhpServletContextFactory
- Class in
php.java.script.servlet
A custom context factory, creates a ContextFactory for JSR223 contexts.
PhpServletScriptEngine
- Class in
php.java.script.servlet
A PHP script engine for Servlets.
PhpSimpleHttpScriptContext
- Class in
php.java.script.servlet
A simple ScriptContext which can be used in servlet environments.
PhpSimpleHttpScriptContext()
- Constructor for class php.java.script.servlet.
PhpSimpleHttpScriptContext
PipeContextServer
- Class in
php.java.bridge.http
This class manages the physical connection on Unix or Linux machines.
PipeContextServer(ContextFactory.ICredentials, AppThreadPool, String)
- Constructor for class php.java.bridge.http.
PipeContextServer
Create a new ContextServer using the ThreadPool.
POST
- Static variable in class php.java.bridge.http.
HttpServer
Request method POST
println(int, String)
- Static method in class php.java.bridge.
Util
print a message on a given log level
printStackTrace(Throwable)
- Method in interface php.java.bridge.
ILogger
Log a stack trace
printStackTrace(Throwable)
- Method in class php.java.bridge.
JavaBridge
Print a stack trace to the log file.
printStackTrace(Throwable)
- Method in class php.java.bridge.
SimpleLog4jLogger
Log a stack trace
printStackTrace(Throwable)
- Method in class php.java.bridge.
Util.Logger
Log a stack trace
printStackTrace(Throwable)
- Static method in class php.java.bridge.
Util
Display a stack trace if logLevel >= 1
printStackTrace(Throwable)
- Method in class php.java.servlet.
Logger
Log a stack trace
processEnvironment
- Variable in class php.java.servlet.
CGIServlet
Only for internal use
pushBack(byte[], int, int)
- Method in class php.java.bridge.http.
HttpRequest
Push back some bytes so that we can read them again.
put(String, Object)
- Method in class javax.script.
AbstractScriptEngine
Associates a key and a value in the ScriptEngine namespace.
put(Object, Object)
- Method in interface javax.script.
Bindings
Associates the specified value with the specified key in a java.util.Map.
put(String, Object)
- Method in interface javax.script.
ScriptEngine
Associates a key and a value in the ScriptEngine namespace.
put(String, Object)
- Method in class javax.script.
ScriptEngineManager
Associates the specifed value with the specified key in GLOBAL_SCOPE.
put(Object, Object)
- Method in class javax.script.
SimpleBindings
Associates the specified value with the specified key in a java.util.Map.
PUT
- Static variable in class php.java.bridge.http.
HttpServer
Request method GET
put(Object, Object)
- Method in interface php.java.bridge.
ISession
Binds the specified object into the session's context layer data with the given name.
putAll(Map)
- Method in interface javax.script.
Bindings
Copies all of the mappings from the specified map to this map.
putAll(Map)
- Method in class javax.script.
SimpleBindings
Copies all of the mappings from the specified map to this map.
putAll(Map)
- Method in interface php.java.bridge.
ISession
Copies all bindings to the session's context layer data.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W