public class HttpClientConnectionFactory extends Object implements HttpConnectionFactory
HttpClientConnection
Constructor and Description |
---|
HttpClientConnectionFactory() |
Modifier and Type | Method and Description |
---|---|
HttpConnection |
create(URL url)
Creates a new connection to a destination defined by a
URL |
HttpConnection |
create(URL url,
Proxy proxy)
Creates a new connection to a destination defined by a
URL using
a proxy |
public HttpConnection create(URL url) throws IOException
HttpConnectionFactory
URL
create
in interface HttpConnectionFactory
HttpConnection
IOException
public HttpConnection create(URL url, Proxy proxy) throws IOException
HttpConnectionFactory
URL
using
a proxycreate
in interface HttpConnectionFactory
proxy
- the proxy to be usedHttpConnection
IOException
Copyright © 2017 Eclipse JGit Project. All rights reserved.