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 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 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. -
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.