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.
ServletContextFactory Create session contexts for servlets.
 

Exception Summary
ConnectionPool.ConnectionException Thrown when an IO exception occurs
 

Package php.java.servlet Description

PHP/Java Bridge Servlet.