Package php.java.servlet

PHP/Java Bridge Servlet.

See:
          Description

Class Summary
CGIServlet CGI-invoking servlet for web applications, used to execute scripts which comply to the Common Gateway Interface (CGI) specification and are named in the path-info used to invoke this servlet.
ConnectionPool A connection pool.
ConnectionPool.DefaultInputStream Default InputStream used by the connection pool.
ConnectionPool.DefaultOutputStream Default OutputStream used by the connection pool.
ConnectionPool.Factory In-/OutputStream factory.
Context A custom context which keeps the HttpServletResponse.
FastCGIServlet A CGI Servlet which connects to a FastCGI server.
HttpSessionFacade Wraps the J2EE session interface
PhpCGIServlet Handles requests from internet clients.
PhpJavaServlet Handles requests from PHP clients.
RemoteContext A custom context, used when remote PHP scripts access the servlet.
RemoteHttpSessionFacade A custom session, used when remote PHP scripts access the servlet.In this case only the session object is available, the HttpServletRequest, HttpServletResponse and ServletContext objects are set to null.
RemoteServletContextFactory Create session contexts for servlets.
ServletContextFactory Create session contexts for servlets.
 

Exception Summary
ConnectionPool.ConnectException Thrown when the server is not available anymore
ConnectionPool.ConnectionException Thrown when an IO exception occurs
 

Package php.java.servlet Description

PHP/Java Bridge Servlet.