org.eclipse.jetty.nested
| 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 returnBuffers()
returnBuffers in interface Parserpublic boolean isComplete()
isComplete in interface Parserpublic boolean parseAvailable()
throws java.io.IOException
parseAvailable in interface Parserjava.io.IOExceptionpublic boolean isMoreInBuffer()
throws java.io.IOException
isMoreInBuffer in interface Parserjava.io.IOExceptionpublic boolean isPersistent()
isPersistent in interface Parserpublic void setPersistent(boolean persistent)
setPersistent in interface ParserCopyright © 2017. All Rights Reserved.