Uses of Interface
org.eclipse.jgit.transport.http.HttpConnection
-
Packages that use HttpConnection Package Description org.eclipse.jgit.lfs 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
Methods in org.eclipse.jgit.lfs with parameters of type HttpConnection Modifier and Type Method Description private java.util.Map<java.lang.String,LfsPointer>LfsPrePushHook. requestBatchUpload(HttpConnection api, java.util.Set<LfsPointer> toPush)private voidLfsPrePushHook. uploadContents(HttpConnection api, java.util.Map<java.lang.String,LfsPointer> oid2ptr) -
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, java.lang.String method, java.lang.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, java.lang.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 HttpConnection Modifier and Type Field Description protected HttpConnectionTransportHttp.Service. connMethods in org.eclipse.jgit.transport that return HttpConnection Modifier and Type Method Description private HttpConnectionTransportHttp. connect(java.lang.String service)private HttpConnectionTransportHttp. connect(java.lang.String service, TransferConfig.ProtocolVersion protocolVersion)protected HttpConnectionTransportHttp. httpOpen(java.lang.String method, java.net.URL u, TransportHttp.AcceptEncoding acceptEncoding)Open an HTTP connection.Methods in org.eclipse.jgit.transport with parameters of type HttpConnection Modifier and Type Method Description (package private) static voidTransportHttp. addHeaders(HttpConnection conn, java.util.List<java.lang.String> headersToAdd)Adds a list of header strings to the connection.(package private) voidHttpAuthMethod.Basic. configureRequest(HttpConnection conn)(package private) abstract voidHttpAuthMethod. configureRequest(HttpConnection conn)Update connection properties based on this authentication method.(package private) voidHttpAuthMethod.Digest. configureRequest(HttpConnection conn)(package private) voidHttpAuthMethod.Negotiate. configureRequest(HttpConnection conn)(package private) voidHttpAuthMethod.None. configureRequest(HttpConnection conn)private FetchConnectionTransportHttp. getConnection(HttpConnection c, java.io.InputStream in, java.lang.String service, java.util.Collection<RefSpec> refSpecs, java.lang.String... additionalPatterns)private booleanTransportHttp. isGzipContent(HttpConnection c)private booleanTransportHttp. isSmartHttp(HttpConnection c, java.lang.String service)(package private) java.io.InputStreamTransportHttp. openInputStream(HttpConnection conn)(package private) voidTransportHttp. processResponseCookies(HttpConnection conn)(package private) static HttpAuthMethodHttpAuthMethod. scanResponse(HttpConnection conn, java.util.Collection<HttpAuthMethod.Type> ignoreTypes)Handle an authentication failure and possibly return a new response.private voidTransportHttp. setCookieHeader(HttpConnection conn)private PushConnectionTransportHttp. smartPush(java.lang.String service, HttpConnection c, java.io.InputStream in) -
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(java.net.URL url)Creates a new connection to a destination defined by aURLHttpConnectionHttpConnectionFactory. create(java.net.URL url, java.net.Proxy proxy)Creates a new connection to a destination defined by aURLusing a proxyHttpConnectionJDKHttpConnectionFactory. create(java.net.URL url)HttpConnectionJDKHttpConnectionFactory. create(java.net.URL url, java.net.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.JDKHttpConnectionJDKHttpConnectionFactory.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 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(java.net.URL url)HttpConnectionHttpClientConnectionFactory. create(java.net.URL url, java.net.Proxy proxy)Methods in org.eclipse.jgit.transport.http.apache with parameters of type HttpConnection Modifier and Type Method Description HttpClientConnectionHttpClientConnectionFactory.HttpClientSession. configure(HttpConnection connection, boolean sslVerify) -
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 java.lang.StringHttpSupport. responseHeader(HttpConnection c, java.lang.String headerName)Extract a HTTP header from the response.
-