List of usage examples for java.net URLConnection subclass-usage
From source file jsaf.protocol.tftp.TftpURLConnection.java
/**
* URLConnection subclass implementing RFC783 (TFTP protocol). Only supports read requests.
*
* @author David A. Solin
* @version %I% %G%
*/
From source file org.ops4j.pax.url.mvn.internal.AetherBridgeConnection.java
/** * Tries to resolve with Aether if installed. Othwise just uses the "old" one. * Small performance penalty of Aeather URL Handler is not installed. Should be settable by property though. */ public class AetherBridgeConnection extends URLConnection {
From source file com.gargoylesoftware.htmlunit.protocol.data.DataURLConnection.java
/** * A URLConnection for supporting data URLs. * @see <a href="http://www.ietf.org/rfc/rfc2397.txt">RFC2397</a> * @author Marc Guillemot */ public class DataURLConnection extends URLConnection {
From source file org.nuxeo.theme.protocol.nxtheme.Connection.java
public final class Connection extends URLConnection { private static final Log log = LogFactory.getLog(Connection.class); private final URL url;
From source file org.jnode.protocol.tftp.TFTPURLConnection.java
/** * @author epr */ public class TFTPURLConnection extends URLConnection { private final String host; private final String path;
From source file ZipURLConnection.java
/** * A <code>URLConnection</code> which loads its content from a specified zip * entry within a local file. */ public class ZipURLConnection extends URLConnection {
From source file org.ops4j.pax.url.mvnlive.internal.Connection.java
/**
* This impplements the mvnlive handler as follows:
* if the path is a valid local file (new File().isDirectory()) the handler
* will execute mvn clean install inside that folder prior handing out the target/*.jar artifact.
*
* Otherwise the path is treatened as groupId/artifactId.
From source file org.jnode.protocol.ftp.FTPURLConnection.java
/** * @author markhale */ public class FTPURLConnection extends URLConnection { private final String host;
From source file org.ops4j.pax.url.obr.internal.Connection.java
/**
* Url connection for obr protocol handler.
*
* @author Alin Dreghiciu
* @since 0.2.0, February 01, 2008
*/
From source file org.ops4j.pax.url.aether.internal.Connection.java
/**
* An URLConnextion that supports aether: protocol.<br/>
* Syntax:<br>
* aether:[repository_url!]groupId/artifactId[/version[/type]]<br/>
* where:<br/>
* - repository_url = an url that points to a maven 2 repository; optional, if not sepecified the repositories are