Uses of Class
org.eclipse.jgit.internal.transport.http.NetscapeCookieFile
-
Packages that use NetscapeCookieFile Package Description org.eclipse.jgit.internal.transport.http org.eclipse.jgit.transport 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 NetscapeCookieFile Modifier and Type Field Description private LRUMap<java.nio.file.Path,NetscapeCookieFile>
NetscapeCookieFileCache. cookieFileMap
Methods in org.eclipse.jgit.internal.transport.http that return NetscapeCookieFile Modifier and Type Method Description NetscapeCookieFile
NetscapeCookieFileCache. getEntry(java.nio.file.Path path)
-
Uses of NetscapeCookieFile in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as NetscapeCookieFile Modifier and Type Field Description private NetscapeCookieFile
TransportHttp. cookieFile
All stored cookies bound to this repo (independent of the baseUrl)Methods in org.eclipse.jgit.transport that return NetscapeCookieFile Modifier and Type Method Description private NetscapeCookieFile
TransportHttp. getCookieFileFromConfig(HttpConfig config)
Methods in org.eclipse.jgit.transport with parameters of type NetscapeCookieFile Modifier and Type Method Description private static java.util.Set<java.net.HttpCookie>
TransportHttp. filterCookies(NetscapeCookieFile cookieFile, java.net.URL url)
-