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 NetscapeCookieFileCacheNetscapeCookieFileCache. 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 HttpConfigTransportHttp. httpMethods in org.eclipse.jgit.transport with parameters of type HttpConfig Modifier and Type Method Description private static NetscapeCookieFileTransportHttp. getCookieFileFromConfig(HttpConfig config)
-