Uses of Interface
org.eclipse.jgit.transport.http.HttpConnection
Packages that use HttpConnection
Package
Description
Transport (fetch/push) for different protocols.
Utility classes.
-
Uses of HttpConnection in org.eclipse.jgit.lfs
Methods in org.eclipse.jgit.lfs with parameters of type HttpConnectionModifier and TypeMethodDescriptionprivate Map
<String, LfsPointer> LfsPrePushHook.requestBatchUpload
(HttpConnection api, Set<LfsPointer> toPush) private void
LfsPrePushHook.uploadContents
(HttpConnection api, Map<String, LfsPointer> oid2ptr) -
Uses of HttpConnection in org.eclipse.jgit.lfs.internal
Methods in org.eclipse.jgit.lfs.internal that return HttpConnectionModifier and TypeMethodDescriptionstatic HttpConnection
LfsConnectionFactory.getLfsConnection
(Repository db, String method, String purpose) Determine URL of LFS server by looking into config parameters lfs.url, lfs.[remote].url or remote.[remote].url.static HttpConnection
LfsConnectionFactory.getLfsContentConnection
(Repository repo, Protocol.Action action, String method) Create a connection for the specifiedProtocol.Action
. -
Uses of HttpConnection in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as HttpConnectionMethods in org.eclipse.jgit.transport that return HttpConnectionModifier and TypeMethodDescriptionprivate HttpConnection
private HttpConnection
TransportHttp.connect
(String service, TransferConfig.ProtocolVersion protocolVersion) protected HttpConnection
TransportHttp.httpOpen
(String method, URL u, TransportHttp.AcceptEncoding acceptEncoding) Open an HTTP connection.Methods in org.eclipse.jgit.transport with parameters of type HttpConnectionModifier and TypeMethodDescription(package private) static void
TransportHttp.addHeaders
(HttpConnection conn, List<String> headersToAdd) Adds a list of header strings to the connection.(package private) void
HttpAuthMethod.Basic.configureRequest
(HttpConnection conn) (package private) abstract void
HttpAuthMethod.configureRequest
(HttpConnection conn) Update connection properties based on this authentication method.(package private) void
HttpAuthMethod.Digest.configureRequest
(HttpConnection conn) (package private) void
HttpAuthMethod.Negotiate.configureRequest
(HttpConnection conn) (package private) void
HttpAuthMethod.None.configureRequest
(HttpConnection conn) private FetchConnection
TransportHttp.getConnection
(HttpConnection c, InputStream in, String service, Collection<RefSpec> refSpecs, String... additionalPatterns) private boolean
TransportHttp.isGzipContent
(HttpConnection c) private boolean
TransportHttp.isSmartHttp
(HttpConnection c, String service) (package private) final InputStream
TransportHttp.openInputStream
(HttpConnection conn) (package private) void
TransportHttp.processResponseCookies
(HttpConnection conn) (package private) static HttpAuthMethod
HttpAuthMethod.scanResponse
(HttpConnection conn, Collection<HttpAuthMethod.Type> ignoreTypes) Handle an authentication failure and possibly return a new response.private void
TransportHttp.setCookieHeader
(HttpConnection conn) private PushConnection
TransportHttp.smartPush
(String service, HttpConnection c, InputStream in) -
Uses of HttpConnection in org.eclipse.jgit.transport.http
Classes in org.eclipse.jgit.transport.http that implement HttpConnectionModifier and TypeClassDescriptionclass
AHttpConnection
which simply delegates every call to aHttpURLConnection
.Methods in org.eclipse.jgit.transport.http that return HttpConnectionModifier and TypeMethodDescriptionHttpConnectionFactory2.GitSession.configure
(HttpConnection connection, boolean sslVerify) Configure a just createdHttpConnection
.Creates a new connection to a destination defined by aURL
Creates a new connection to a destination defined by aURL
using a proxyMethods in org.eclipse.jgit.transport.http with parameters of type HttpConnectionModifier and TypeMethodDescriptionHttpConnectionFactory2.GitSession.configure
(HttpConnection connection, boolean sslVerify) Configure a just createdHttpConnection
.JDKHttpConnectionFactory.JdkConnectionSession.configure
(HttpConnection connection, boolean sslVerify) -
Uses of HttpConnection in org.eclipse.jgit.transport.http.apache
Classes in org.eclipse.jgit.transport.http.apache that implement HttpConnectionMethods in org.eclipse.jgit.transport.http.apache that return HttpConnectionModifier and TypeMethodDescriptionMethods in org.eclipse.jgit.transport.http.apache with parameters of type HttpConnectionModifier and TypeMethodDescriptionHttpClientConnectionFactory.HttpClientSession.configure
(HttpConnection connection, boolean sslVerify) -
Uses of HttpConnection in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util with parameters of type HttpConnectionModifier and TypeMethodDescriptionstatic void
HttpSupport.disableSslVerify
(HttpConnection conn) Disable SSL and hostname verification for given HTTP connectionstatic int
HttpSupport.response
(HttpConnection c) Get the HTTP response code from the request.static String
HttpSupport.responseHeader
(HttpConnection c, String headerName) Extract a HTTP header from the response.