org.mortbay.jetty.grizzly
Class JettyReadTask

java.lang.Object
  extended by XAReadTask
      extended by org.mortbay.jetty.grizzly.JettyReadTask

public class JettyReadTask
extends XAReadTask

Prepare the SocketChannel for reading, and delegates the parsing works to the JettyProcessorTask

Author:
Jeanfrancois Atcand, gregw

Constructor Summary
JettyReadTask()
           
 
Method Summary
 boolean executeProcessorTask()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyReadTask

public JettyReadTask()
Method Detail

executeProcessorTask

public boolean executeProcessorTask()
                             throws IOException
Throws:
IOException


Copyright © 2007 Mort Bay Consulting. All Rights Reserved.