Uses of Interface
com.microsoft.tfs.core.httpclient.cookie.CookieAttributeHandler

Packages that use CookieAttributeHandler
com.microsoft.tfs.core.httpclient.cookie Provides cookie handling in conjunction with org.apache.commons.httpclient.Cookie
 

Uses of CookieAttributeHandler in com.microsoft.tfs.core.httpclient.cookie
 

Methods in com.microsoft.tfs.core.httpclient.cookie that return CookieAttributeHandler
protected  CookieAttributeHandler RFC2965Spec.findAttribHandler(java.lang.String name)
          Finds an attribute handler CookieAttributeHandler for the given attribute.
protected  CookieAttributeHandler RFC2965Spec.getAttribHandler(java.lang.String name)
          Gets attribute handler CookieAttributeHandler for the given attribute.
 

Methods in com.microsoft.tfs.core.httpclient.cookie that return types with arguments of type CookieAttributeHandler
protected  java.util.Iterator<CookieAttributeHandler> RFC2965Spec.getAttribHandlerIterator()
           
 

Methods in com.microsoft.tfs.core.httpclient.cookie with parameters of type CookieAttributeHandler
protected  void RFC2965Spec.registerAttribHandler(java.lang.String name, CookieAttributeHandler handler)
           
 



© 2015 Microsoft. All rights reserved.