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

All Implemented Interfaces:
    Adapter

Adapter which will return random responses using pipelining, which means it will never try to generate bogus responses.
Field Summary
public static final  String CRLF     
public static final  byte[] b     
public static final  ByteChunk bc     
Method from org.apache.coyote.http11.RandomAdapter Summary:
service
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.coyote.http11.RandomAdapter Detail:
 public  void service(Request req,
    Response res) throws Exception 
    Service method, which dumps the request to the console.