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