Uses of Interface
edu.wisc.my.webproxy.beans.http.ICookie

Packages that use ICookie
edu.wisc.my.webproxy.beans.http   
 

Uses of ICookie in edu.wisc.my.webproxy.beans.http
 

Classes in edu.wisc.my.webproxy.beans.http that implement ICookie
 class PersistedCookieImpl
          PersistedCookieImpl is an embeddable, JPA-persistable implementation of ICookie.
 

Methods in edu.wisc.my.webproxy.beans.http that return types with arguments of type ICookie
 List<ICookie> WebProxyStateImpl.getCookies()
           
 List<ICookie> IWebProxyState.getCookies()
          Retrieve a list of cookies associated with this state.
 

Method parameters in edu.wisc.my.webproxy.beans.http with type arguments of type ICookie
 void WebProxyStateImpl.setCookies(List<ICookie> cookies)
           
 void IWebProxyState.setCookies(List<ICookie> cookies)
          Set the list of cookies associated with this state.
 



Copyright © 2010 Jasig. All Rights Reserved.