| Interface | Description | 
|---|---|
| HttpConnection | 
 The interface of connections used during HTTP communication. 
 | 
| HttpConnectionFactory | 
 The interface of a factory returning  
HttpConnection | 
| Class | Description | 
|---|---|
| JDKHttpConnection | 
 A  
HttpConnection which simply delegates every call to a
 HttpURLConnection. | 
| JDKHttpConnectionFactory | 
 A factory returning instances of  
JDKHttpConnection | 
Copyright © 2016 Eclipse JGit Project. All rights reserved.