Uses of Interface
org.eclipse.jgit.transport.http.HttpConnection
-
Packages that use HttpConnection Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.transport.http org.eclipse.jgit.util Utility classes. -
-
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.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.
-