Uses of Class
org.eclipse.jgit.transport.HttpConfig
-
Packages that use HttpConfig Package Description org.eclipse.jgit.internal.transport.http org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of HttpConfig in org.eclipse.jgit.internal.transport.http
Methods in org.eclipse.jgit.internal.transport.http with parameters of type HttpConfig Modifier and Type Method Description static NetscapeCookieFileCache
NetscapeCookieFileCache. getInstance(HttpConfig config)
Constructors in org.eclipse.jgit.internal.transport.http with parameters of type HttpConfig Constructor Description NetscapeCookieFileCache(HttpConfig config)
-
Uses of HttpConfig in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as HttpConfig Modifier and Type Field Description private HttpConfig
TransportHttp. http
Methods in org.eclipse.jgit.transport with parameters of type HttpConfig Modifier and Type Method Description private static NetscapeCookieFile
TransportHttp. getCookieFileFromConfig(HttpConfig config)
-