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
X
Z
P
parseBody(byte[], InputStream, OutputStreamFactory, HeaderParser)
- Static method in class php.java.bridge.http.
HeaderParser
Discards all header fields from a HTTP connection and write the body to the OutputStream
parseHeader(Request, InputStream)
- Method in class php.java.bridge.http.
ContextFactory
Called for the request header
parseHeader(String)
- Method in class php.java.bridge.http.
HeaderParser
Parse a header
parseHeader(Request, InputStream)
- Method in class php.java.bridge.http.
RemoteHttpContextFactory
Called for the request header
parseHeader(Request, InputStream)
- Method in class php.java.bridge.http.
SimpleContextFactory
Called for the request header
parseHeader(String)
- Method in class php.java.bridge.http.
SimpleHeaderParser
Template discards parsed header
parseHeader(InputStream)
- Method in interface php.java.bridge.
IDocHandler
Called for the header
parseHeader(Request, InputStream)
- Method in interface php.java.bridge.
IJavaBridgeFactory
Called for the request header
parseHeader(Request, InputStream)
- Method in class php.java.bridge.
JavaBridgeFactory
Called for the request header
parseHeader(InputStream)
- Method in class php.java.bridge.
Request
Called for the header
parseHeader(Request, InputStream)
- Method in class php.java.servlet.
RemoteHttpServletContextFactory
Called for the request header
PEAR_DIR
- Static variable in class php.java.servlet.
ContextLoaderListener
php.java.bridge
- package php.java.bridge
Internal VM Bridge core classes and interfaces.
php.java.bridge.http
- package php.java.bridge.http
Internal fast socket and pipe context runners for VM Bridge J2EE backends.
php.java.script
- package php.java.script
Internal PHP script engine implementation.
Applications should use the JSR 223 API instead.
php.java.script.servlet
- package php.java.script.servlet
Internal PHP script engine implementation for servlets.
Applications should use the JSR 223 API instead.
php.java.servlet
- package php.java.servlet
PHP/Java Bridge Servlet.
Applications should use the JSR 223 API instead.
php.java.servlet.fastcgi
- package php.java.servlet.fastcgi
PHP/Java Bridge FastCGI Servlet.
Applications should use the JSR 223 API instead.
PHP_EXEC
- Static variable in class php.java.bridge.
Util
Only for internal use
PHP_FCGI_CONNECTION_POOL_SIZE
- Static variable in class php.java.bridge.http.
FCGIUtil
This controls how many child processes the PHP process spawns.
PHP_FCGI_CONNECTION_POOL_TIMEOUT
- Static variable in class php.java.bridge.http.
FCGIUtil
This controls how long the pool waits for a PHP script to terminate.
PHP_FCGI_MAX_REQUESTS
- Static variable in class php.java.bridge.http.
FCGIUtil
This controls how many requests each child process will handle before exitting.
PHP_PROCEDURE
- Static variable in interface php.java.bridge.http.
IContext
This key can be used to get the current continuation.
PHP_SCRIPT_ENGINE_THREAD_POOL
- Static variable in class php.java.bridge.
Util
Script engines are started from this pool.
PHP_SUFFIX
- Static variable in class php.java.servlet.
PhpCGIFilter
The default suffix to search for.
PhpCGIFilter
- Class in
php.java.servlet
Handles /foo/bar.php/baz?param=value requests.
PhpCGIFilter()
- Constructor for class php.java.servlet.
PhpCGIFilter
PhpCompiledScriptContext
- Class in
php.java.script
A decorator for compiled script engines.
PhpCompiledScriptContext(IPhpScriptContext)
- Constructor for class php.java.script.
PhpCompiledScriptContext
Create a new PhpCompiledScriptContext using an existing PhpScriptContext
PHPDEBUGGER_PHP
- Static variable in class php.java.bridge.
Util
The java/Java.inc code
PhpHttpScriptContext
- Class in
php.java.script.servlet
An example decorator for compiled script engines running in a servlet environment.
PhpHttpScriptContext(ScriptContext, Servlet, ServletContext, HttpServletRequest, HttpServletResponse)
- Constructor for class php.java.script.servlet.
PhpHttpScriptContext
Create a new PhpCompiledScriptContext using an existing PhpScriptContext
PhpJavaBridgeRunnerScriptContext
- Class in
php.java.script
A decorator which enables secure (HTTPS) connections.
PhpJavaBridgeRunnerScriptContext(ScriptContext, JavaBridgeRunner)
- Constructor for class php.java.script.
PhpJavaBridgeRunnerScriptContext
Create a new PhpCompiledScriptContext using an existing PhpScriptContext
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.
PhpScriptContext
- Class in
php.java.script
This class implements a simple script context for PHP.
PhpScriptContext(ScriptContext)
- Constructor for class php.java.script.
PhpScriptContext
PhpScriptContextDecorator
- Class in
php.java.script
Abstract class for IPhpScriptContexts.
PhpScriptContextDecorator(IPhpScriptContext)
- Constructor for class php.java.script.
PhpScriptContextDecorator
Create a new PhpScriptContextDecorator
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.
PhpScriptEngine(Bindings)
- Constructor for class php.java.script.
PhpScriptEngine
Create a new ScriptEngine with bindings.
PhpScriptEngineFactory
- Class in
php.java.script
Create a standalone PHP script engines.
PhpScriptEngineFactory()
- Constructor for class php.java.script.
PhpScriptEngineFactory
Create a new EngineFactory
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.servlet
A PrintWriter which uses the JavaBridge logger.
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.
PhpSecureScriptContext
- Class in
php.java.script
A decorator which enables secure (HTTPS) connections.
PhpSecureScriptContext(ScriptContext)
- Constructor for class php.java.script.
PhpSecureScriptContext
Create a new PhpCompiledScriptContext using an existing PhpScriptContext
POST
- Static variable in class php.java.bridge.http.
HttpServer
Request method POST
PREFIX
- Static variable in class php.java.bridge.http.
NPChannelFactory
The named pipe prefix
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
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(String, Object)
- Method in class php.java.bridge.http.
Context
Add a new binding to the engine scope
PUT
- Static variable in class php.java.bridge.http.
HttpServer
Request method GET
put(String, Object)
- Method in interface php.java.bridge.http.
IContext
Add a new binding to the engine scope
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.
put(String, Object)
- Method in class php.java.script.
PhpScriptContext
Add a new binding to the engine scope
put(String, Object)
- Method in class php.java.script.
PhpScriptContextDecorator
Add a new binding to the engine scope
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 class php.java.bridge.http.
Context
Put all bindings to the engine scope
putAll(Map)
- Method in interface php.java.bridge.http.
IContext
Put all bindings to the engine scope
putAll(Map)
- Method in interface php.java.bridge.
ISession
Copies all bindings to the session's context layer data.
putAll(Map)
- Method in class php.java.script.
PhpScriptContext
Put all bindings to the engine scope
putAll(Map)
- Method in class php.java.script.
PhpScriptContextDecorator
Put all bindings to the engine scope
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
X
Z