org.apache.jk.common
Class HandlerDispatch
- MBeanRegistration, NotificationListener
public class HandlerDispatch
Dispatch based on the message type. ( XXX make it more generic,
now it's specific to ajp13 ).
- Costin Manolache
ERROR, HANDLE_FLUSH, HANDLE_RECEIVE_PACKET, HANDLE_SEND_PACKET, HANDLE_THREAD_END, LAST, OK, domain, id, mserver, name, next, nextName, oname, properties, wEnv |
addHandlerCallback, createMsgContext, destroy, getDomain, getId, getName, getNext, getObjectName, getProperty, handleNotification, init, invoke, pause, postDeregister, postRegister, preDeregister, preRegister, resume, setId, setName, setNext, setNext, setProperty, setWorkerEnv |
HandlerDispatch
public HandlerDispatch()
init
public void init()
Should register the request types it can handle,
same style as apache2.
- init in interface JkHandler
registerMessageType
public int registerMessageType(int id,
String name,
JkHandler h,
sig[] )
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.