Class AbstractProcessorLight

java.lang.Object
org.apache.coyote.AbstractProcessorLight
All Implemented Interfaces:
Processor
Direct Known Subclasses:
AbstractProcessor, UpgradeProcessorBase

public abstract class AbstractProcessorLight extends Object implements Processor
This is a light-weight abstract processor implementation that is intended as a basis for all Processor implementations from the light-weight upgrade processors to the HTTP/AJP processors.