org.eclipse.jetty.http
Interface Parser
- All Known Implementing Classes:
- Ajp13Parser, HttpParser, NestedParser
public interface Parser
Abstract interface for a connection Parser for use by Jetty.
returnBuffers
void returnBuffers()
reset
void reset()
isComplete
boolean isComplete()
parseAvailable
boolean parseAvailable()
throws java.io.IOException
- Returns:
- True if progress made
- Throws:
java.io.IOException
isMoreInBuffer
boolean isMoreInBuffer()
throws java.io.IOException
- Throws:
java.io.IOException
isIdle
boolean isIdle()
isPersistent
boolean isPersistent()
setPersistent
void setPersistent(boolean persistent)
Copyright © 2012. All Rights Reserved.