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.transport
Methods in org.eclipse.jgit.transport that return HttpConnectionModifier and TypeMethodDescriptionprotected HttpConnection
TransportHttp.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 HttpConnectionModifier and TypeClassDescriptionclass
AHttpConnection
which 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 aURL
Creates a new connection to a destination defined by aURL
using 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
. -
Uses of HttpConnection in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util with parameters of type HttpConnectionModifier and TypeMethodDescriptionstatic void
HttpSupport.disableSslVerify
(HttpConnection conn) Disable SSL and hostname verification for given HTTP connectionstatic int
HttpSupport.response
(HttpConnection c) Get the HTTP response code from the request.static String
HttpSupport.responseHeader
(HttpConnection c, String headerName) Extract a HTTP header from the response.