Class JDKHttpConnection

java.lang.Object
org.eclipse.jgit.transport.http.JDKHttpConnection
All Implemented Interfaces:
HttpConnection

public class JDKHttpConnection extends Object implements HttpConnection
A HttpConnection which simply delegates every call to a HttpURLConnection. This is the default implementation used by JGit
Since:
3.3