Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » coyote » [javadoc | source]
org.apache.coyote
public class: Adapter [javadoc | source]
java.lang.Object
   org.apache.coyote.Adapter

Direct Known Subclasses:
    Adapter, CoyoteAdapter, RandomAdapter, CoyoteAdapter, TestAdapter, Tomcat3Adapter

Simple adapter.
Field Summary
public static final  String CRLF     
Method from org.apache.coyote.Adapter Summary:
service
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.coyote.Adapter Detail:
 public  void service(Request req,
    Response res) throws Exception 
    Service method, which dumps the request to the console.