| java.lang.Object org.apache.ajp.AjpHandler
All known Subclasses: org.apache.ajp.RequestHandler, org.apache.ajp.NegociationHandler,
AjpHandler | public class AjpHandler (Code) | | Base class for handlers of Ajp messages. Jk provide a simple bidirectional
communication mechanism between the web server and a servlet container. It is
based on messages that are passed between the 2 server, using a single
thread on each side.
The container side must be able to deal with at least the "REQUEST FORWARD",
the server side must be able to deal with at least "HEADERS", "BODY",
"END" messages.
author: Henri Gomez author: Costin Manolache |
UNKNOWN | final public static int UNKNOWN(Code) | | |
|
|