org.eclipse.jetty.nested
类 NestedParser
java.lang.Object
org.eclipse.jetty.nested.NestedParser
- 所有已实现的接口:
- Parser
public class NestedParser
- extends Object
- implements Parser
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NestedParser
public NestedParser()
reset
public void reset()
- 指定者:
- 接口
Parser 中的 reset
returnBuffers
public void returnBuffers()
- 指定者:
- 接口
Parser 中的 returnBuffers
isComplete
public boolean isComplete()
- 指定者:
- 接口
Parser 中的 isComplete
parseAvailable
public boolean parseAvailable()
throws IOException
- 指定者:
- 接口
Parser 中的 parseAvailable
- 返回:
- True if progress made
- 抛出:
IOException
isMoreInBuffer
public boolean isMoreInBuffer()
throws IOException
- 指定者:
- 接口
Parser 中的 isMoreInBuffer
- 抛出:
IOException
isIdle
public boolean isIdle()
- 指定者:
- 接口
Parser 中的 isIdle
isPersistent
public boolean isPersistent()
- 指定者:
- 接口
Parser 中的 isPersistent
setPersistent
public void setPersistent(boolean persistent)
- 指定者:
- 接口
Parser 中的 setPersistent
Copyright © 2013. All Rights Reserved.