Uses of Class
com.microsoft.tfs.core.httpclient.cookie.CookieOrigin

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

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

Methods in com.microsoft.tfs.core.httpclient.cookie with parameters of type CookieOrigin
 boolean CookieAttributeHandler.match(Cookie cookie, CookieOrigin origin)
          Matches the given value (property of the destination host where request is being submitted) with the corresponding cookie attribute.
 void CookieAttributeHandler.validate(Cookie cookie, CookieOrigin origin)
          Peforms cookie validation for the given attribute value.
 



© 2015 Microsoft. All rights reserved.