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

A

AbstractChannel - Class in php.java.bridge.http
Represents the pipe or socket channel.
AbstractChannel() - Constructor for class php.java.bridge.http.AbstractChannel
 
AbstractChannelName - Class in php.java.bridge.http
Represents the pipe or socket channel name.
AbstractChannelName(String, IContextFactory) - Constructor for class php.java.bridge.http.AbstractChannelName
Create a new ChannelName.
AbstractPhpScriptContext - Class in php.java.script
A simple ScriptContext which can be used in servlet- or standalone environments.
AbstractPhpScriptContext(ScriptContext) - Constructor for class php.java.script.AbstractPhpScriptContext
 
AbstractScriptEngine - Class in javax.script
GenericScriptEngine is an abstarct class which implements the ScriptEngine interface and it contains default implementations for several eval() methods.
AbstractScriptEngine() - Constructor for class javax.script.AbstractScriptEngine
Constructs a ScriptEngine using an uninitialized SimpleNamespace.
AbstractScriptEngine(Bindings) - Constructor for class javax.script.AbstractScriptEngine
Constructs a ScriptEngine using the specified namespace as its ENGINE_SCOPE.
accept(IContextFactoryVisitor) - Method in class php.java.bridge.http.ContextFactory
Use this method to attach a visitor to the ContextFactory.
accept() - Method in interface php.java.bridge.ISocketFactory
Create a new socket instance.
addHeader(String, String) - Method in class php.java.bridge.http.HeaderParser
Add a header
addHeader(String) - Method in class php.java.bridge.http.HttpRequest
Add a header
addHeader(String, String) - Method in class php.java.bridge.http.HttpResponse
Add a response header, in this implementation identical to setHeader
addHeader(String, String) - Method in class php.java.bridge.http.SimpleHeaderParser
Template discards parsed header
addNew() - Static method in class php.java.bridge.http.ContextFactory
Create a new simple ContextFactory (a factory which creates an emulated JSR223 context) and add it to the list of context factories kept by this classloader.
addNew(HttpRequest, HttpResponse, IContextFactoryVisitor) - Static method in class php.java.bridge.http.RemoteHttpContextFactory
Create and add a new ContextFactory.
addNew(IContext) - Static method in class php.java.script.InteractivePhpScriptContextFactory
Add the PhpScriptContext
addNew(IContext) - Static method in class php.java.script.PhpScriptContextFactory
Add the PhpScriptContext
addNew(Servlet, ServletContext, HttpServletRequest, HttpServletRequest, HttpServletResponse, IContextFactoryVisitor) - Static method in class php.java.servlet.RemoteHttpServletContextFactory
Create and add a new ContextFactory.
addNew(Servlet, ServletContext, HttpServletRequest, HttpServletRequest, HttpServletResponse) - Static method in class php.java.servlet.RemoteServletContextFactory
Create and add a new ContextFactory.
addNew(ContextServer, Servlet, ServletContext, HttpServletRequest, HttpServletRequest, HttpServletResponse) - Static method in class php.java.servlet.ServletContextFactory
Create and add a new ContextFactory.
ALLOW_URL_INCLUDE - Static variable in class php.java.bridge.Util
The PHP argument allow_url_include=On, passed to all JSR223 script engines
appendArgs(Object[], Class[], StringBuffer) - Static method in class php.java.bridge.Util
Append function arguments and their types to a StringBuffer
appendObject(Object, StringBuffer) - Static method in class php.java.bridge.Util
Append an object to a StringBuffer
appendParam(Class, StringBuffer) - Static method in class php.java.bridge.Util
Append a function parameter to a StringBuffer
appendParam(Object, StringBuffer) - Static method in class php.java.bridge.Util
Append a function parameter to a StringBuffer
appendShortObject(Object, StringBuffer) - Static method in class php.java.bridge.Util
Append a parameter object to a StringBuffer
appendTrace(Throwable, String, StringBuffer) - Static method in class php.java.bridge.Util
Append a stack trace to buf.
APPLICATION_SCOPE - Static variable in class php.java.script.servlet.PhpHttpScriptContext
Integer value for the level of APPLICATION_SCOPE
AppThreadPool - Class in php.java.bridge
A specialized thread pool which automatically terminates all group threads at the end of the request.
AppThreadPool(String, int) - Constructor for class php.java.bridge.AppThreadPool
Creates a new thread pool.
argsToString(Object[], Class[]) - Static method in class php.java.bridge.Util
Return function arguments and their types as a String
ARGV - Static variable in interface javax.script.ScriptEngine
Reserved key associated with an object array which is used to pass set of positional parameters to the ScriptEngines.
ASCII - Static variable in class php.java.bridge.Util
ASCII encoding
ASCII_HEX - Static variable in class php.java.bridge.http.ChunkedInputStream
Maps ASCII to HEX code.

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