org.archive.net.rsync
Class RsyncURLConnection

java.lang.Object
  extended by java.net.URLConnection
      extended by org.archive.net.DownloadURLConnection
          extended by org.archive.net.rsync.RsyncURLConnection

public class RsyncURLConnection
extends DownloadURLConnection

Rsync URL connection.

Version:
$Date: 2006-08-18 16:13:32 +0000 (Fri, 18 Aug 2006) $, $Revision: 4510 $
Author:
stack

Field Summary
 
Fields inherited from class java.net.URLConnection
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches
 
Constructor Summary
protected RsyncURLConnection(java.net.URL u)
           
 
Method Summary
protected  java.lang.String[] getCommand(java.net.URL thisUrl, java.io.File downloadFile)
           
protected  java.lang.String getScript()
           
 
Methods inherited from class org.archive.net.DownloadURLConnection
connect, getFile, getInputStream, setFile
 
Methods inherited from class java.net.URLConnection
addRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFields, getIfModifiedSince, getLastModified, getOutputStream, getPermission, getReadTimeout, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setRequestProperty, setUseCaches, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RsyncURLConnection

protected RsyncURLConnection(java.net.URL u)
Method Detail

getScript

protected java.lang.String getScript()
Overrides:
getScript in class DownloadURLConnection

getCommand

protected java.lang.String[] getCommand(java.net.URL thisUrl,
                                        java.io.File downloadFile)
Overrides:
getCommand in class DownloadURLConnection


Copyright © 2003-2011 Internet Archive. All Rights Reserved.