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

R

read(byte[], int, int) - Method in class php.java.bridge.http.ChunkedInputStream
read(byte[]) - Method in class php.java.bridge.http.FCGIConnectionInputStream
read(byte[], int, int) - Method in class php.java.bridge.http.FCGIConnectionInputStream
read() - Method in class php.java.bridge.http.FCGIConnectionInputStream
read(byte[]) - Method in class php.java.bridge.http.FCGIInputStream
 
read(Map, OutputStream, HeaderParser) - Method in interface php.java.script.IScriptReader
Read from the URL and write the data to out.
read(char[], int, int) - Method in class php.java.script.URLReader
read(Map, OutputStream, HeaderParser) - Method in class php.java.script.URLReader
 
recycle(String) - Method in class php.java.bridge.http.ContextFactory
Update the context factory with the new JavaBridge obtained from the servlet
recycle() - Method in class php.java.bridge.http.ContextFactory
Called before destroy()
recycle(String) - Method in interface php.java.bridge.http.IContextFactory
Update the context factory with the new JavaBridge obtained from the servlet
recycle(String) - Method in class php.java.bridge.http.RemoteHttpContextFactory
Update the context factory with the new JavaBridge obtained from the servlet
recycle(String) - Method in class php.java.bridge.http.SimpleContextFactory
Update the context factory with the new JavaBridge obtained from the servlet
recycle() - Method in class php.java.bridge.http.SimpleContextFactory
Called by recycle at the end of the script
recycle() - Method in interface php.java.bridge.IJavaBridgeFactory
Recycle the factory for new reqests.
recycle() - Method in class php.java.bridge.JavaBridge
Re-initialize the current bridge for keep-alive See php.ini option java.persistent_connections
recycle() - Method in class php.java.bridge.JavaBridgeFactory
Recycle the factory for new reqests.
recycle() - Method in class php.java.bridge.Request
re-initialize for new requests
recycle(String) - Method in class php.java.servlet.RemoteHttpServletContextFactory
Update the context factory with the new JavaBridge obtained from the servlet
registerEngineExtension(String, Class) - Method in class javax.script.ScriptEngineManager
Register a extension with a ScriptEngineFactory class.
registerEngineMimeType(String, Class) - Method in class javax.script.ScriptEngineManager
Registers a MIME type with a ScriptEngineFactory class.
registerEngineName(String, Class) - Method in class javax.script.ScriptEngineManager
Registers descriptive name with a ScriptEngineFactory class.
release() - Method in class php.java.bridge.http.ContextFactory
Releases the context factory.
release() - Method in interface php.java.bridge.http.IContextFactory
Releases the context factory.
release() - Method in class php.java.bridge.http.RemoteHttpContextFactory
Releases the context factory.
release() - Method in class php.java.bridge.http.SimpleContextFactory
Releases the context factory.
release() - Method in class php.java.script.Continuation
This function must be called to release the allocated php continuation.
release() - Method in interface php.java.script.IContinuation
This function must be called to release the allocated php continuation.
release() - Method in class php.java.script.InteractivePhpScriptEngine
Release the continuation
release() - Method in class php.java.script.InvocablePhpScriptEngine
Release the continuation
release() - Method in interface php.java.script.IPhpScriptEngine
alias for IPhpScriptEngine.close()
release() - Method in class php.java.servlet.RemoteHttpServletContextFactory
Releases the context factory.
releaseManaged() - Method in class php.java.bridge.http.ContextFactory
Wait until this context is finished and release/destroy it.
releaseManaged() - Method in interface php.java.bridge.http.IContextFactory
Wait until this context is finished and release/destroy it.
releaseManaged() - Method in class php.java.bridge.http.RemoteHttpContextFactory
Wait until this context is finished and release/destroy it.
releaseManaged() - Method in class php.java.bridge.http.SimpleContextFactory
Wait for the context factory to finish, then release
releaseManaged() - Method in class php.java.servlet.RemoteHttpServletContextFactory
Wait until this context is finished and release/destroy it.
RemoteContext - Class in php.java.servlet
A custom context, used when remote PHP scripts access the servlet.
RemoteHttpContextFactory - Class in php.java.bridge.http
Create session contexts for servlets.
RemoteHttpContextFactory(HttpRequest, HttpResponse) - Constructor for class php.java.bridge.http.RemoteHttpContextFactory
 
RemoteHttpServletContextFactory - Class in php.java.servlet
Create session contexts for servlets.
RemoteHttpServletContextFactory(Servlet, ServletContext, HttpServletRequest, HttpServletRequest, HttpServletResponse) - Constructor for class php.java.servlet.RemoteHttpServletContextFactory
 
RemoteHttpServletResponse - Class in php.java.servlet
A servlet response which writes its output to an internal buffer.
RemoteHttpServletResponse(HttpServletResponse) - Constructor for class php.java.servlet.RemoteHttpServletResponse
 
RemoteServletContextFactory - Class in php.java.servlet
Create session contexts for servlets.
remove(Object) - Method in class javax.script.SimpleBindings
remove(String) - Method in class php.java.bridge.http.Context
Remove a bindings from the engine scope
remove(String) - Method in interface php.java.bridge.http.IContext
Remove a bindings from the engine scope
remove(Object) - Method in interface php.java.bridge.ISession
Removes the object bound to the given name in the session's context layer data.
remove(String) - Method in class php.java.script.PhpScriptContext
Remove a bindings from the engine scope
remove(String) - Method in class php.java.script.PhpScriptContextDecorator
Remove a bindings from the engine scope
removeAttribute(String, int) - Method in interface javax.script.ScriptContext
Removes the given attribute form the specified scope.
removeAttribute(String, int) - Method in class javax.script.SimpleScriptContext
Removes the specified attribute form the specified level of scope.
removeAttribute(String, int) - Method in class php.java.bridge.http.Context
Removes the specified attribute form the specified level of scope.
removeAttribute(String, int) - Method in interface php.java.bridge.http.IContext
Removes the specified attribute form the specified level of scope.
removeAttribute(String, int) - Method in class php.java.script.PhpScriptContextDecorator
Removes the specified attribute form the specified level of scope.
removeAttribute(String, int) - Method in class php.java.script.ScriptContextDecorator
Removes the given attribute form the specified scope.
request - Variable in class php.java.bridge.JavaBridge
For internal use only.
Request - Class in php.java.bridge
This class is used to handle requests from the front-end.
Request(JavaBridge) - Constructor for class php.java.bridge.Request
Creates an empty request object.
Request.AbortException - Exception in php.java.bridge
This exception isn't an exception but a construct to emulate a one-shot continuation in Java.
Request.AbortException() - Constructor for exception php.java.bridge.Request.AbortException
 
REQUEST_SCOPE - Static variable in class php.java.script.servlet.PhpHttpScriptContext
Integer value for the level of SCRIPT_SCOPE
reset() - Method in class php.java.bridge.Request
Reset the internal state so that a new input and output stream can be used for the next packed.
reset() - Method in class php.java.servlet.RemoteHttpServletResponse
 
resetBuffer() - Method in class php.java.servlet.RemoteHttpServletResponse
 
Response - Class in php.java.bridge
This class is used to write the response to the front-end.
Response(JavaBridge) - Constructor for class php.java.bridge.Response
Creates a new response object.
ResultProxy - Class in php.java.script
Returned by ScriptEngine.eval(java.io.Reader) this class holds a proxy for the result code returned by PHP.
RN - Static variable in class php.java.bridge.Util
Only for internal use
ROOT_CONTEXT_SERVER_ATTRIBUTE - Static variable in class php.java.bridge.http.ContextServer
Only for internal use
run() - Method in class php.java.bridge.http.ContextRunner
run() - Method in class php.java.bridge.http.HttpServer
run() - Method in class php.java.bridge.http.SocketContextServer
run() - Method in class php.java.bridge.JavaBridge
Communication with client in a new thread
run() - Method in class php.java.script.Continuation
 

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