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)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 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) -
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 intHttpSupport. response(HttpConnection c)Get the HTTP response code from the request.
-