org.mortbay.jetty
Interface Parser

All Known Implementing Classes:
HttpParser

public interface Parser

Abstract interface for a connection Parser for use by Jetty.

Author:
gregw

Method Summary
 boolean isComplete()
           
 boolean isIdle()
           
 boolean isMoreInBuffer()
           
 long parseAvailable()
           
 void reset(boolean returnBuffers)
           
 

Method Detail

reset

public void reset(boolean returnBuffers)

isComplete

public boolean isComplete()

parseAvailable

public long parseAvailable()
                    throws IOException
Throws:
IOException

isMoreInBuffer

public boolean isMoreInBuffer()
                       throws IOException
Throws:
IOException

isIdle

public boolean isIdle()


Copyright © {inceptionYear}-2007 Mort Bay Consulting. All Rights Reserved.