Package com.caucho.server.http

Interface Summary
Authenticator Authenticator is deprecated.
CauchoApplication  
CauchoRequest  
CauchoRequestDispatcher  
CauchoResponse  
 

Class Summary
AbstractAuthenticator Deprecated.  
AbstractRequest Abstract request implementing methods common to the different request implementations.
Application The state for a servlet application.
BasicPrincipal Deprecated.  
CacheInvocation.CacheEntry The cached response.
DirectoryServlet  
DummyRequest  
DummyResponse  
ErrorServlet  
FileServlet Serves static files.
FilterChainBase Represents the final servlet in a filter chain.
FilterChainFilter Represents the next filter in a filter chain.
FilterChainPage Represents the final servlet in a filter chain.
FilterChainServlet Represents the final servlet in a filter chain.
FilterChainSingleThreadServlet Represents the final servlet in a filter chain.
Http Collection of public utility routines
HttpRequest Handles a new request from an HTTP connection.
HttpResponse  
HttpServer The main class for the HTTP server.
JdbcAuthenticator Backwards compatibility for the old JDBC authenticator.
JndiFactory Returns the JNDI context for the current classloader.
JndiFactoryBuilder Creates JNDI InitialContext factories.
JniServer Main server object for the binary launcher.
JniStream Stream using with JNI.
NullAuthenticator  
QFilterChain Represents the next filter in a filter chain.
QRequestDispatcher  
Request Base class for top-level requests.
ResinServer The main class for the HTTP server.
Response Encapsulates the servlet response, controlling response headers and the response stream.
RunnerRequest Handles requests from a remote dispatcher.
RunnerResponse Handles a response for a srun connection, i.e.
RunnerServer  
ServletServer Base class for HTTP and Runner servers.
SingleRequestServer Handles a single request from the command line.
Srun Base class for HTTP and Runner servers.
SSLFactory The main class for the HTTP server.
Statistics Simple statistics gathering.
VirtualHost A virtual host contains a collection of applications.
 

Exception Summary
BadRequestException  
ConfigException