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 voidLfsPrePushHook.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 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
Fields in org.eclipse.jgit.transport declared as HttpConnectionMethods in org.eclipse.jgit.transport that return HttpConnectionModifier and TypeMethodDescriptionprivate HttpConnectionprivate HttpConnectionTransportHttp.connect(String service, TransferConfig.ProtocolVersion protocolVersion) protected HttpConnectionTransportHttp.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 voidTransportHttp.addHeaders(HttpConnection conn, List<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, InputStream in, String service, Collection<RefSpec> refSpecs, String... additionalPatterns) private booleanTransportHttp.isGzipContent(HttpConnection c) private booleanTransportHttp.isSmartHttp(HttpConnection c, String service) (package private) final InputStreamTransportHttp.openInputStream(HttpConnection conn) (package private) voidTransportHttp.processResponseCookies(HttpConnection conn) (package private) static HttpAuthMethodHttpAuthMethod.scanResponse(HttpConnection conn, Collection<HttpAuthMethod.Type> ignoreTypes) Handle an authentication failure and possibly return a new response.private voidTransportHttp.setCookieHeader(HttpConnection conn) private PushConnectionTransportHttp.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 TypeClassDescriptionclassAHttpConnectionwhich 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 aURLCreates a new connection to a destination defined by aURLusing 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 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.