Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
org.eclipse.jgit.transport.http | |
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Method | Description |
---|---|---|
protected HttpConnection |
TransportHttp.httpOpen(String method,
URL u) |
Open an HTTP connection.
|
Modifier and Type | Class | Description |
---|---|---|
class |
JDKHttpConnection |
A
HttpConnection which simply delegates every call to a
HttpURLConnection . |
Modifier and Type | Method | Description |
---|---|---|
HttpConnection |
HttpConnectionFactory.create(URL url) |
Creates a new connection to a destination defined by a
URL |
HttpConnection |
HttpConnectionFactory.create(URL url,
Proxy proxy) |
Creates a new connection to a destination defined by a
URL using
a proxy |
HttpConnection |
JDKHttpConnectionFactory.create(URL url) |
|
HttpConnection |
JDKHttpConnectionFactory.create(URL url,
Proxy proxy) |
Modifier and Type | Method | Description |
---|---|---|
static int |
HttpSupport.response(HttpConnection c) |
Get the HTTP response code from the request.
|
Copyright © 2018. All rights reserved.