Class UrlTransporter

All Implemented Interfaces:
Closeable, AutoCloseable, HttpTransporter, Transporter

public class UrlTransporter extends AbstractTransporter implements HttpTransporter
A special, "read only" and limited capability transport usable for bootstrapping. It provides HTTP with minimal support (only basic auth, only GET/HEAD). It is implemented using HttpURLConnection class.
Since:
2.0.21