Package | Description |
---|---|
org.eclipse.jgit.internal.transport.http | |
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Field and Description |
---|---|
private LRUMap<java.nio.file.Path,NetscapeCookieFile> |
NetscapeCookieFileCache.cookieFileMap |
Modifier and Type | Method and Description |
---|---|
NetscapeCookieFile |
NetscapeCookieFileCache.getEntry(java.nio.file.Path path) |
Modifier and Type | Field and Description |
---|---|
private NetscapeCookieFile |
TransportHttp.cookieFile
All stored cookies bound to this repo (independent of the baseUrl)
|
Modifier and Type | Method and Description |
---|---|
private static NetscapeCookieFile |
TransportHttp.getCookieFileFromConfig(HttpConfig config) |
Modifier and Type | Method and Description |
---|---|
private static java.util.Set<java.net.HttpCookie> |
TransportHttp.filterCookies(NetscapeCookieFile cookieFile,
java.net.URL url) |