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