| Interface | Description |
|---|---|
| HttpConnection |
The interface of connections used during HTTP communication.
|
| HttpConnectionFactory |
The interface of a factory returning
HttpConnection |
| HttpConnectionFactory2 |
A
HttpConnectionFactory that supports client-side sessions that can
maintain state and configure connections. |
| HttpConnectionFactory2.GitSession |
A
GitSession groups the multiple HTTP connections
TransportHttp uses for
the requests it makes during a git fetch or push. |
| Class | Description |
|---|---|
| JDKHttpConnection |
A
HttpConnection which simply
delegates every call to a HttpURLConnection. |
| JDKHttpConnectionFactory |
A factory returning instances of
JDKHttpConnection |
| NoCheckX509TrustManager |
A
X509TrustManager that doesn't verify anything. |
Copyright © 2021 Eclipse JGit Project. All rights reserved.