Uses of Interface
org.eclipse.jgit.transport.http.HttpConnection
-
Packages that use HttpConnection Package Description org.eclipse.jgit.lfs.internal org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.transport.http org.eclipse.jgit.transport.http.apache org.eclipse.jgit.util Utility classes. -
-
Uses of HttpConnection in org.eclipse.jgit.lfs.internal
Methods in org.eclipse.jgit.lfs.internal that return HttpConnection Modifier and Type Method Description static HttpConnectionLfsConnectionFactory. 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 HttpConnectionLfsConnectionFactory. getLfsContentConnection(Repository repo, Protocol.Action action, String method)Create a connection for the specifiedProtocol.Action. -
Uses of HttpConnection in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return HttpConnection Modifier and Type Method Description protected HttpConnectionTransportHttp. httpOpen(String method, URL u, TransportHttp.AcceptEncoding acceptEncoding)Open an HTTP connection. -
Uses of HttpConnection in org.eclipse.jgit.transport.http
Classes in org.eclipse.jgit.transport.http that implement HttpConnection Modifier and Type Class Description classJDKHttpConnectionAHttpConnectionwhich simply delegates every call to aHttpURLConnection.Methods in org.eclipse.jgit.transport.http that return HttpConnection Modifier and Type Method Description HttpConnectionHttpConnectionFactory2.GitSession. configure(HttpConnection connection, boolean sslVerify)Configure a just createdHttpConnection.HttpConnectionHttpConnectionFactory. create(URL url)Creates a new connection to a destination defined by aURLHttpConnectionHttpConnectionFactory. create(URL url, Proxy proxy)Creates a new connection to a destination defined by aURLusing a proxyHttpConnectionJDKHttpConnectionFactory. create(URL url)HttpConnectionJDKHttpConnectionFactory. create(URL url, Proxy proxy)Methods in org.eclipse.jgit.transport.http with parameters of type HttpConnection Modifier and Type Method Description HttpConnectionHttpConnectionFactory2.GitSession. configure(HttpConnection connection, boolean sslVerify)Configure a just createdHttpConnection. -
Uses of HttpConnection in org.eclipse.jgit.transport.http.apache
Classes in org.eclipse.jgit.transport.http.apache that implement HttpConnection Modifier and Type Class Description classHttpClientConnectionAHttpConnectionwhich usesHttpClientMethods in org.eclipse.jgit.transport.http.apache that return HttpConnection Modifier and Type Method Description HttpConnectionHttpClientConnectionFactory. create(URL url)HttpConnectionHttpClientConnectionFactory. create(URL url, Proxy proxy) -
Uses of HttpConnection in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util with parameters of type HttpConnection Modifier and Type Method Description static voidHttpSupport. disableSslVerify(HttpConnection conn)Disable SSL and hostname verification for given HTTP connectionstatic intHttpSupport. response(HttpConnection c)Get the HTTP response code from the request.static StringHttpSupport. responseHeader(HttpConnection c, String headerName)Extract a HTTP header from the response.
-