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