org.eclipse.jetty.nested
类 NestedParser

java.lang.Object
  继承者 org.eclipse.jetty.nested.NestedParser
所有已实现的接口:
Parser

public class NestedParser
extends Object
implements Parser


构造方法摘要
NestedParser()
           
 
方法摘要
 boolean isComplete()
           
 boolean isIdle()
           
 boolean isMoreInBuffer()
           
 boolean isPersistent()
           
 boolean parseAvailable()
           
 void reset()
           
 void returnBuffers()
           
 void setPersistent(boolean persistent)
           
 
从类 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.