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

I

IContext - Interface in php.java.bridge.http
Interface which all contexts must implement.
IContextFactory - Interface in php.java.bridge.http
Interface that the ContextFactories must implement.
IContextFactoryVisitor - Interface in php.java.bridge.http
Interface that ContextFactory visitors must implement.
IContextServer - Interface in php.java.bridge.http
The interface that all ContextServers must implement.
IContinuation - Interface in php.java.script
Classes implementing this interface represent the script continuation; they can be used to allocate php scripts on a HTTP- or FastCGI server.
IDocHandler - Interface in php.java.bridge
Defines the parser callbacks.
IFCGIProcess - Interface in php.java.bridge.http
Common methods for all FCGIProcesses
IFCGIProcessFactory - Interface in php.java.bridge.http
Implementing classes are able to use the FastCGI machinery.
IJavaBridgeFactory - Interface in php.java.bridge
Create JavaBridge, IContext and ISession instances.
ILogger - Interface in php.java.bridge
The log interface for the PHP/Java Bridge log.
IManaged - Interface in php.java.bridge
Classes which implement this interface receive a notification before their container terminates.
in - Variable in class php.java.bridge.JavaBridge
For internal use only.
INFO - Static variable in interface php.java.bridge.ILogger
info log level
init(Object) - Method in class php.java.bridge.http.Context
Initialize a library.
init(Object) - Method in interface php.java.bridge.IManaged
Initialize a library.
init(String[]) - Static method in class php.java.bridge.JavaBridge
Global init.
init(byte) - Method in class php.java.bridge.Request
This method must be called with the current header option byte.
init(InputStream, OutputStream) - Method in class php.java.bridge.Request
This method must be called with the current input and output streams.
init(Object) - Method in class php.java.script.PhpScriptContext
Initialize a library.
init(Object) - Method in class php.java.script.PhpScriptContextDecorator
Initialize a library.
init(Object) - Method in class php.java.script.servlet.PhpHttpScriptContext
Initialize a library.
init(ServletConfig) - Method in class php.java.servlet.fastcgi.FastCGIServlet
Create a new FastCGI servlet which connects to a PHP FastCGI server using a connection pool.
init(Object) - Method in class php.java.servlet.HttpContext
Initialize a library.
init(FilterConfig) - Method in class php.java.servlet.PhpCGIFilter
init(ServletConfig) - Method in class php.java.servlet.PhpJavaServlet
 
initialize() - Method in class php.java.bridge.http.ContextFactory
Called when the context runner starts
initialize() - Method in class php.java.bridge.http.FCGIConnectionFactory
For backward compatibility the "JavaBridge" context uses the port 9667 (Linux/Unix) or \\.\pipe\JavaBridge@9667 (Windogs).
initialize() - Method in interface php.java.bridge.http.IContextFactory
Called when the context runner starts
initialize() - Method in class php.java.bridge.http.RemoteHttpContextFactory
Called when the context runner starts
initialize() - Method in class php.java.bridge.http.SimpleContextFactory
Called when the context runner starts
initialize() - Method in class php.java.servlet.RemoteHttpServletContextFactory
Called when the context runner starts
inspect(Object) - Method in class php.java.bridge.JavaBridge
For internal use only.
InstanceOf(Object, Object) - Method in class php.java.bridge.JavaBridge
Check if object is an instance of class.
InteractivePhpScriptContextFactory - Class in php.java.script
A custom context factory, creates a ContextFactory for JSR223 contexts.
InteractivePhpScriptContextFactory() - Constructor for class php.java.script.InteractivePhpScriptContextFactory
 
InteractivePhpScriptEngine - Class in php.java.script
A convenience variant of the PHP script engine which can be used interactively.
InteractivePhpScriptEngine() - Constructor for class php.java.script.InteractivePhpScriptEngine
 
InteractivePhpScriptEngine(InteractivePhpScriptEngineFactory) - Constructor for class php.java.script.InteractivePhpScriptEngine
Create the interactive php script engine.
InteractivePhpScriptEngine(Bindings) - Constructor for class php.java.script.InteractivePhpScriptEngine
Create a new ScriptEngine with bindings.
InteractivePhpScriptEngineFactory - Class in php.java.script
Create a standalone interactive PHP script engines.
InteractivePhpScriptEngineFactory() - Constructor for class php.java.script.InteractivePhpScriptEngineFactory
Create a new EngineFactory
intValue() - Method in class php.java.script.ResultProxy
Release the script engine and return the result code
invalidate() - Method in class php.java.bridge.http.ContextFactory
Hook is called at the end of the life cycle.
invalidate() - Method in class php.java.bridge.http.RemoteHttpContextFactory
Hook is called at the end of the life cycle.
invalidate() - Method in class php.java.bridge.http.SimpleContextFactory
Hook is called at the end of the life cycle.
invalidate() - Method in interface php.java.bridge.IJavaBridgeFactory
Hook is called at the end of the life cycle.
invalidate() - Method in class php.java.bridge.SessionFactory
Hook is called at the end of the life cycle.
invalidate() - Method in class php.java.servlet.RemoteHttpServletContextFactory
Hook is called at the end of the life cycle.
Invocable - Interface in javax.script
The Invocable interface (optional) contains methods which allow the Java application to invoke intermediate codes in the underlying scripting interpreter.
Invocable - Interface in php.java.bridge
Classes which implement this interface are able to call php code.
InvocablePhpScriptEngine - Class in php.java.script
This class implements the ScriptEngine and the Invocable interface.
InvocablePhpScriptEngine() - Constructor for class php.java.script.InvocablePhpScriptEngine
Create a new ScriptEngine with a default context.
InvocablePhpScriptEngine(PhpScriptEngineFactory) - Constructor for class php.java.script.InvocablePhpScriptEngine
Create a new ScriptEngine from a factory.
InvocablePhpScriptEngine(Bindings) - Constructor for class php.java.script.InvocablePhpScriptEngine
Create a new ScriptEngine with bindings.
InvocablePhpScriptEngineFactory - Class in php.java.script
Create a standalone invocable PHP script engines.
InvocablePhpScriptEngineFactory() - Constructor for class php.java.script.InvocablePhpScriptEngineFactory
Create a new EngineFactory
Invoke(Object, String, Object[], Response) - Method in class php.java.bridge.JavaBridge
Invoke a method on a given object, to be called by clients.
invoke(Object, String, Object[]) - Method in class php.java.bridge.PhpProcedure
Invoke a PHP function or a PHP method.
invoke(Object, Method, Object[]) - Method in class php.java.bridge.PhpProcedure
invokeFunction(String, Object[]) - Method in interface javax.script.Invocable
Invokes a scripting procedure with the given name using the array of objects as its arguments set.
invokeFunction(String, Object[]) - Method in class php.java.script.InvocablePhpScriptEngine
Invokes a scripting procedure with the given name using the array of objects as its arguments set.
invokeMethod(Object, String, Object[]) - Method in interface javax.script.Invocable
Invokes a procedure on an object which already defined in the script using the array of objects as its arguments set.
invokeMethod(Object, String, Object[]) - Method in class php.java.script.InvocablePhpScriptEngine
Invokes a procedure on an object which already defined in the script using the array of objects as its arguments set.
IPhpScriptContext - Interface in php.java.script
Common methods for all PHP ScriptContexts
IPhpScriptEngine - Interface in php.java.script
Common methods for all PHP script engines
IS_GNU_JAVA - Static variable in class php.java.bridge.Util
Set to true if the VM is gcj, false otherwise
isAsync() - Method in class php.java.bridge.Response
Checks whether the asynchronous protocol is used
isAvailable(String) - Method in class php.java.bridge.http.ContextServer
Check if either the pipe of the socket context server is available.
isAvailable() - Method in interface php.java.bridge.http.IContextServer
Check if the ContextServer is ready, i.e.
isAvailable() - Method in class php.java.bridge.http.SocketContextServer
Check if the ContextServer is ready, i.e.
isCommitted() - Method in class php.java.servlet.RemoteHttpServletResponse
 
IScriptReader - Interface in php.java.script
Read data from a URL or from a servlet and write the result to the output stream and a header parser.
isEmpty() - Method in class javax.script.SimpleBindings
ISession - Interface in php.java.bridge
The ISession interface is implemented by services to provide an association between an HTTP client and HTTP server.
isJavaBridgeWc(String) - Static method in class php.java.servlet.ServletUtil
 
isNew() - Method in class php.java.bridge.http.SimpleContextFactory
Return true if this factory has already created a bridge or not.
isNew() - Method in interface php.java.bridge.IJavaBridgeFactory
Return true if this factory has already created a bridge or not.
isNew() - Method in interface php.java.bridge.ISession
A session is considered to be "new" if it has been created by the server, but the client has not yet acknowledged joining the session.
isNew() - Method in class php.java.bridge.JavaBridgeFactory
Return true if this factory has already created a bridge or not.
ISocketFactory - Interface in php.java.bridge
Create socket instances.
isPromiscuous() - Method in class php.java.bridge.http.ContextServer
 

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