Package org.eclipse.jgit.transport.http
package org.eclipse.jgit.transport.http
-
ClassDescriptionThe interface of connections used during HTTP communication.The interface of a factory returning
HttpConnection
AHttpConnectionFactory
that supports client-side sessions that can maintain state and configure connections.AGitSession
groups the multiple HTTP connectionsTransportHttp
uses for the requests it makes during a git fetch or push.AHttpConnection
which simply delegates every call to aHttpURLConnection
.A factory returning instances ofJDKHttpConnection
AX509TrustManager
that doesn't verify anything.