org.eclipse.jetty.nested
Class NestedParser
java.lang.Object
org.eclipse.jetty.nested.NestedParser
- All Implemented Interfaces:
- org.eclipse.jetty.http.Parser
public class NestedParser
- extends Object
- implements org.eclipse.jetty.http.Parser
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NestedParser
public NestedParser()
reset
public void reset()
- Specified by:
reset in interface org.eclipse.jetty.http.Parser
returnBuffers
public void returnBuffers()
- Specified by:
returnBuffers in interface org.eclipse.jetty.http.Parser
isComplete
public boolean isComplete()
- Specified by:
isComplete in interface org.eclipse.jetty.http.Parser
parseAvailable
public boolean parseAvailable()
throws IOException
- Specified by:
parseAvailable in interface org.eclipse.jetty.http.Parser
- Throws:
IOException
isMoreInBuffer
public boolean isMoreInBuffer()
throws IOException
- Specified by:
isMoreInBuffer in interface org.eclipse.jetty.http.Parser
- Throws:
IOException
isIdle
public boolean isIdle()
- Specified by:
isIdle in interface org.eclipse.jetty.http.Parser
isPersistent
public boolean isPersistent()
- Specified by:
isPersistent in interface org.eclipse.jetty.http.Parser
setPersistent
public void setPersistent(boolean persistent)
- Specified by:
setPersistent in interface org.eclipse.jetty.http.Parser
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.