Uses of Class
org.apache.oodt.cas.pushpull.protocol.Protocol

Packages that use Protocol
org.apache.oodt.cas.pushpull.protocol   
org.apache.oodt.cas.pushpull.protocol.ftp   
org.apache.oodt.cas.pushpull.protocol.http   
org.apache.oodt.cas.pushpull.protocol.imaps   
org.apache.oodt.cas.pushpull.protocol.local   
org.apache.oodt.cas.pushpull.protocol.sftp   
 

Uses of Protocol in org.apache.oodt.cas.pushpull.protocol
 

Methods in org.apache.oodt.cas.pushpull.protocol that return Protocol
 Protocol ProtocolHandler.getAppropriateProtocol(ProtocolFile pFile, boolean allowReuse, boolean navigateToPathLoc)
          Returns the appropriate protocol for the given Path
 Protocol ProtocolHandler.getAppropriateProtocolBySite(RemoteSite remoteSite, boolean allowReuse)
           
 Protocol ProtocolFactory.newInstance()
           
 

Methods in org.apache.oodt.cas.pushpull.protocol with parameters of type Protocol
 void ProtocolHandler.cd(Protocol protocol, ProtocolFile file)
           
 void ProtocolHandler.cdToHOME(Protocol protocol)
           
 void ProtocolHandler.cdToROOT(Protocol protocol)
           
 boolean ProtocolHandler.connect(Protocol protocol, RemoteSite remoteSite, boolean test)
          Connects the given Protocol to the given URL
 boolean ProtocolHandler.delete(Protocol protocol, ProtocolFile file)
           
 void ProtocolHandler.disconnect(Protocol protocol)
          Disconnects and logs out the given Protocol
 void ProtocolHandler.download(Protocol protocol, ProtocolFile fromFile, File toFile, boolean delete)
           
 String ProtocolHandler.getAbsPathFor(Protocol protocol, String path)
           
 ProtocolFile ProtocolHandler.getHomeDir(Protocol protocol)
           
 ProtocolFile ProtocolHandler.getProtocolFileFor(Protocol protocol, String file, boolean isDir)
           
 String ProtocolHandler.getProtocolType(Protocol protocol)
           
 RemoteSite ProtocolHandler.getRemoteSite(Protocol protocol)
           
 boolean ProtocolHandler.isProtocolConnected(Protocol protocol)
           
 List<ProtocolFile> ProtocolHandler.ls(Protocol protocol)
           
 List<ProtocolFile> ProtocolHandler.ls(Protocol protocol, ProtocolFile dir)
           
 List<ProtocolFile> ProtocolHandler.ls(Protocol protocol, ProtocolFileFilter filter)
           
 List<ProtocolFile> ProtocolHandler.nextPage(Protocol protocol)
           
 List<ProtocolFile> ProtocolHandler.nextPage(Protocol protocol, ProtocolFileFilter filter)
           
 ProtocolFile ProtocolHandler.pwd(Protocol protocol)
           
 

Uses of Protocol in org.apache.oodt.cas.pushpull.protocol.ftp
 

Subclasses of Protocol in org.apache.oodt.cas.pushpull.protocol.ftp
 class CogJGlobusFtpClient
           
 class CommonsNetFtpClient
          This class is responsible for FTP transfers.
 

Methods in org.apache.oodt.cas.pushpull.protocol.ftp that return Protocol
 Protocol CommonsNetFtpClientFactory.newInstance()
           
 Protocol CogJGlobusFtpClientFactory.newInstance()
           
 

Uses of Protocol in org.apache.oodt.cas.pushpull.protocol.http
 

Subclasses of Protocol in org.apache.oodt.cas.pushpull.protocol.http
 class HttpClient
          Http Protocol communication class
 

Methods in org.apache.oodt.cas.pushpull.protocol.http that return Protocol
 Protocol HttpClientFactory.newInstance()
           
 

Uses of Protocol in org.apache.oodt.cas.pushpull.protocol.imaps
 

Subclasses of Protocol in org.apache.oodt.cas.pushpull.protocol.imaps
 class ImapsClient
           
 

Methods in org.apache.oodt.cas.pushpull.protocol.imaps that return Protocol
 Protocol ImapsClientFactory.newInstance()
           
 

Uses of Protocol in org.apache.oodt.cas.pushpull.protocol.local
 

Subclasses of Protocol in org.apache.oodt.cas.pushpull.protocol.local
 class LocalClient
           
 

Methods in org.apache.oodt.cas.pushpull.protocol.local that return Protocol
 Protocol LocalClientFactory.newInstance()
           
 

Uses of Protocol in org.apache.oodt.cas.pushpull.protocol.sftp
 

Subclasses of Protocol in org.apache.oodt.cas.pushpull.protocol.sftp
 class JschSftpClient
          An implement of an SFTP provider based on Jcraft's JSCH library.
 

Methods in org.apache.oodt.cas.pushpull.protocol.sftp that return Protocol
 Protocol JschSftpClientFactory.newInstance()
           
 



Copyright © 1999-2011 Apache Incubator. All Rights Reserved.