Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
org.eclipse.jgit.transport.http | |
org.eclipse.jgit.transport.http.apache |
Modifier and Type | Field and Description |
---|---|
protected static HttpConnectionFactory |
HttpTransport.connectionFactory
factory for creating HTTP connections
|
Modifier and Type | Method and Description |
---|---|
static HttpConnectionFactory |
HttpTransport.getConnectionFactory()
Get the
HttpConnectionFactory
used to create new connections |
Modifier and Type | Method and Description |
---|---|
static void |
HttpTransport.setConnectionFactory(HttpConnectionFactory cf)
Set the
HttpConnectionFactory to
be used to create new connections |
Modifier and Type | Class and Description |
---|---|
class |
JDKHttpConnectionFactory
A factory returning instances of
JDKHttpConnection |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientConnectionFactory
A factory returning instances of
HttpClientConnection |
Copyright © 2019 Eclipse JGit Project. All rights reserved.