org.apache.camel.component.file.remote
Class FtpsConfiguration

java.lang.Object
  extended by org.apache.camel.component.file.GenericFileConfiguration
      extended by org.apache.camel.component.file.remote.RemoteFileConfiguration
          extended by org.apache.camel.component.file.remote.FtpConfiguration
              extended by org.apache.camel.component.file.remote.FtpsConfiguration

public class FtpsConfiguration
extends FtpConfiguration

FTP Secure (FTP over SSL/TLS) configuration

Version:
$Revision: 888709 $
Author:
muellerc

Field Summary
 
Fields inherited from class org.apache.camel.component.file.remote.FtpConfiguration
DEFAULT_FTP_PORT
 
Constructor Summary
FtpsConfiguration()
           
FtpsConfiguration(URI uri)
           
 
Method Summary
 String getSecurityProtocol()
          Returns the underlying security protocol.
 boolean isImplicit()
          Returns the security mode(Implicit/Explicit).
protected  void setDefaultPort()
           
 void setIsImplicit(boolean isImplicit)
          Set the security mode(Implicit/Explicit).
 void setSecurityProtocol(String securityProtocol)
          Set the underlying security protocol.
 
Methods inherited from class org.apache.camel.component.file.remote.RemoteFileConfiguration
configure, getHost, getPassword, getPort, getProtocol, getUsername, isBinary, isPassiveMode, needToNormalize, remoteServerInformation, setBinary, setDirectory, setHost, setPassiveMode, setPassword, setPort, setProtocol, setUsername
 
Methods inherited from class org.apache.camel.component.file.GenericFileConfiguration
getDirectory, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FtpsConfiguration

public FtpsConfiguration()

FtpsConfiguration

public FtpsConfiguration(URI uri)
Method Detail

setDefaultPort

protected void setDefaultPort()
Overrides:
setDefaultPort in class FtpConfiguration

getSecurityProtocol

public String getSecurityProtocol()
Returns the underlying security protocol.


setSecurityProtocol

public void setSecurityProtocol(String securityProtocol)
Set the underlying security protocol.


isImplicit

public boolean isImplicit()
Returns the security mode(Implicit/Explicit). true - Implicit Mode / False - Explicit Mode


setIsImplicit

public void setIsImplicit(boolean isImplicit)
Set the security mode(Implicit/Explicit). true - Implicit Mode / False - Explicit Mode



Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.