Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » coyote » [javadoc | source]
org.apache.coyote
public interface: Processor [javadoc | source] Processor. Not really used, should be deprecated.
Method from org.apache.coyote.Processor Summary:
getAdapter,   process,   setAdapter
Method from org.apache.coyote.Processor Detail:
 public Adapter getAdapter()
 public  void process(InputStream input,
    OutputStream output) throws IOException
 public  void setAdapter(Adapter adapter)