Groovy Documentation

org.jdesktop.http
[Java] Class CookieManager.Wrapper

java.lang.Object
  org.jdesktop.http.CookieManager.Wrapper

private static final class CookieManager.Wrapper

Field Summary
private Cookie cookie

 
Constructor Summary
private CookieManager.Wrapper(Cookie c)

 
Method Summary
void eat()

boolean equals(Object o)

Cookie unwrap()

boolean wasTasty()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

cookie

private Cookie cookie


 
Constructor Detail

CookieManager.Wrapper

private CookieManager.Wrapper(Cookie c)


 
Method Detail

eat

public void eat()


equals

public boolean equals(Object o)


unwrap

public Cookie unwrap()


wasTasty

public boolean wasTasty()


 

Groovy Documentation