public class NestedParser extends Object implements org.eclipse.jetty.http.Parser
| Constructor and Description |
|---|
NestedParser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isComplete() |
boolean |
isIdle() |
boolean |
isMoreInBuffer() |
boolean |
isPersistent() |
boolean |
parseAvailable() |
void |
reset() |
void |
returnBuffers() |
void |
setPersistent(boolean persistent) |
public void reset()
reset in interface org.eclipse.jetty.http.Parserpublic void returnBuffers()
returnBuffers in interface org.eclipse.jetty.http.Parserpublic boolean isComplete()
isComplete in interface org.eclipse.jetty.http.Parserpublic boolean parseAvailable()
throws IOException
parseAvailable in interface org.eclipse.jetty.http.ParserIOExceptionpublic boolean isMoreInBuffer()
throws IOException
isMoreInBuffer in interface org.eclipse.jetty.http.ParserIOExceptionpublic boolean isIdle()
isIdle in interface org.eclipse.jetty.http.Parserpublic boolean isPersistent()
isPersistent in interface org.eclipse.jetty.http.Parserpublic void setPersistent(boolean persistent)
setPersistent in interface org.eclipse.jetty.http.ParserCopyright © 1995-2016 Mort Bay Consulting. All Rights Reserved.