Uses of Class
org.eclipse.jgit.internal.transport.http.NetscapeCookieFile
Packages that use NetscapeCookieFile
Package
Description
Transport (fetch/push) for different protocols.
-
Uses of NetscapeCookieFile in org.eclipse.jgit.internal.transport.http
Fields in org.eclipse.jgit.internal.transport.http with type parameters of type NetscapeCookieFileModifier and TypeFieldDescriptionprivate final LRUMap<Path,NetscapeCookieFile> NetscapeCookieFileCache.cookieFileMapMethods in org.eclipse.jgit.internal.transport.http that return NetscapeCookieFile -
Uses of NetscapeCookieFile in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as NetscapeCookieFileModifier and TypeFieldDescriptionprivate final NetscapeCookieFileTransportHttp.cookieFileAll stored cookies bound to this repo (independent of the baseUrl)Methods in org.eclipse.jgit.transport that return NetscapeCookieFileModifier and TypeMethodDescriptionprivate NetscapeCookieFileTransportHttp.getCookieFileFromConfig(HttpConfig config) Methods in org.eclipse.jgit.transport with parameters of type NetscapeCookieFileModifier and TypeMethodDescriptionprivate static Set<HttpCookie>TransportHttp.filterCookies(NetscapeCookieFile cookieFile, URL url)