org.mortbay.jetty.grizzly
Class JettyStreamAlgorithm

java.lang.Object
  extended by NoParsingAlgorithm
      extended by org.mortbay.jetty.grizzly.JettyStreamAlgorithm

public class JettyStreamAlgorithm
extends NoParsingAlgorithm

Author:
gregw

Constructor Summary
JettyStreamAlgorithm()
           
 
Method Summary
 Class getReadTask(SelectorThread selectorThread)
           
 boolean parse(ByteBuffer byteBuffer)
          Do not do anything since Jetty will internally handle the ByteBuffer lifecycle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyStreamAlgorithm

public JettyStreamAlgorithm()
Method Detail

parse

public boolean parse(ByteBuffer byteBuffer)
Do not do anything since Jetty will internally handle the ByteBuffer lifecycle.


getReadTask

public Class getReadTask(SelectorThread selectorThread)


Copyright © 2007 Mort Bay Consulting. All Rights Reserved.