cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_handler.h

2002-04-25 Thread costin
costin 02/04/25 11:40:37 Modified:jk/native2/include jk_handler.h Log: Make the handle() method work for both 'request' callbacaks and generic calls from java to C. Revision ChangesPath 1.7 +3 -3 jakarta-tomcat-connectors/jk/native2/include/jk_handler.h

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_handler.h

2002-03-18 Thread costin
costin 02/03/18 09:57:41 Modified:jk/native2/include jk_handler.h Log: Added an init method - that removes the hacky setup for handlers. A handler is processing incoming messages. Revision ChangesPath 1.5 +5 -0

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_handler.h

2001-12-12 Thread costin
costin 01/12/12 13:25:56 Modified:jk/native2/include jk_handler.h Log: Finalized a working version of jk_handler. Jk is based on messages, and jk_handler is the interface used to get ( custom ) message handlers. Revision ChangesPath 1.3 +45 -11

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_handler.h jk_endpoint.h jk_map.h jk_pool.h jk_uriEnv.h jk_uriMap.h jk_worker.h jk_workerEnv.h

2001-12-05 Thread costin
costin 01/12/05 12:45:13 Modified:jk/native2/include jk_endpoint.h jk_map.h jk_pool.h jk_uriEnv.h jk_uriMap.h jk_worker.h jk_workerEnv.h Added: jk/native2/include jk_handler.h Log: Changed 'unsigned' to normal 'int's - unsingneds are a bit confusing