org.mortbay.jetty.grizzly
Class JettyStreamAlgorithm
java.lang.Object
NoParsingAlgorithm
org.mortbay.jetty.grizzly.JettyStreamAlgorithm
public class JettyStreamAlgorithm
- extends NoParsingAlgorithm
- Author:
- gregw
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 |
JettyStreamAlgorithm
public JettyStreamAlgorithm()
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.