public interface HttpConnectionFactory2 extends HttpConnectionFactory
HttpConnectionFactory that supports client-side sessions that can
maintain state and configure connections.| Modifier and Type | Interface and Description |
|---|---|
static interface |
HttpConnectionFactory2.GitSession
A
GitSession groups the multiple HTTP connections
TransportHttp uses for
the requests it makes during a git fetch or push. |
| Modifier and Type | Method and Description |
|---|---|
HttpConnectionFactory2.GitSession |
newSession()
Creates a new
HttpConnectionFactory2.GitSession instance that can be used with
connections created by this HttpConnectionFactory instance. |
create, create@NonNull HttpConnectionFactory2.GitSession newSession()
HttpConnectionFactory2.GitSession instance that can be used with
connections created by this HttpConnectionFactory instance.HttpConnectionFactory2.GitSessionCopyright © 2021 Eclipse JGit Project. All rights reserved.