org.eclipse.jetty.server
类 CookieCutter

java.lang.Object
  继承者 org.eclipse.jetty.server.CookieCutter

public class CookieCutter
extends Object

Cookie parser

Optimized stateful cookie parser. Cookies fields are added with the addCookieField(String) method and parsed on the next subsequent call to getCookies(). If the added fields are identical to those last added (as strings), then the cookies are not re parsed.


构造方法摘要
CookieCutter()
           
 
方法摘要
 void addCookieField(String f)
           
 Cookie[] getCookies()
           
protected  void parseFields()
           
 void reset()
           
 void setCookies(Cookie[] cookies)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CookieCutter

public CookieCutter()
方法详细信息

getCookies

public Cookie[] getCookies()

setCookies

public void setCookies(Cookie[] cookies)

reset

public void reset()

addCookieField

public void addCookieField(String f)

parseFields

protected void parseFields()


Copyright © 2013. All Rights Reserved.