Package com.evermind.server.http

Interface Summary
HttpAuthenticator A HttpAuthenticator handles the authorization protocol of the incoming requests and supplies a way of authenticating the user making the request.
HttpSessionManager The HttpSessionManager interface allows custom implementations of session management, for instance a distributed implementation over a special type of protocol.
 

Class Summary
CGIServlet Servlet used to execute legacy CGI applications.
TunnelServlet TunnelServlet is used to pipe requests for certain url-patterns to another HTTP-server.