Interface ProtocolHandler

All Known Implementing Classes:
AbstractAjpProtocol, AbstractHttp11Protocol, AbstractProtocol, AjpNio2Protocol, AjpNioProtocol, Http11Nio2Protocol, Http11NioProtocol

public interface ProtocolHandler
Abstract the protocol implementation, including threading, etc. This is the main interface to be implemented by a coyote protocol. Adapter is the main interface to be implemented by a coyote servlet container.
Author:
Remy Maucherat, Costin Manolache
See Also: