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
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.