|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jetty.nested.NestedParser
public class NestedParser
Constructor Summary | |
---|---|
NestedParser()
|
Method Summary | |
---|---|
boolean |
isComplete()
|
boolean |
isIdle()
|
boolean |
isMoreInBuffer()
|
boolean |
isPersistent()
|
boolean |
parseAvailable()
|
void |
reset()
|
void |
returnBuffers()
|
void |
setPersistent(boolean persistent)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NestedParser()
Method Detail |
---|
public void reset()
reset
in interface Parser
public void returnBuffers()
returnBuffers
in interface Parser
public boolean isComplete()
isComplete
in interface Parser
public boolean parseAvailable() throws java.io.IOException
parseAvailable
in interface Parser
java.io.IOException
public boolean isMoreInBuffer() throws java.io.IOException
isMoreInBuffer
in interface Parser
java.io.IOException
public boolean isIdle()
isIdle
in interface Parser
public boolean isPersistent()
isPersistent
in interface Parser
public void setPersistent(boolean persistent)
setPersistent
in interface Parser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |