ProtocolHandlerpublic interface ProtocolHandler Abstract the protocol implementation, including threading, etc.
Processor is single threaded and specific to stream-based protocols,
will not fit Jk protocols like JNI.
This is the main interface to be implemented by a coyote connector.
(In contrast, Adapter is the main interface to be implemented by a
coyote servlet container.) |
|