|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.component.file.GenericFileConfiguration
org.apache.camel.component.file.remote.RemoteFileConfiguration
org.apache.camel.component.file.remote.FtpConfiguration
org.apache.camel.component.file.remote.FtpsConfiguration
public class FtpsConfiguration
FTP Secure (FTP over SSL/TLS) configuration
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.camel.component.file.remote.RemoteFileConfiguration |
|---|
RemoteFileConfiguration.PathSeparator |
| Field Summary |
|---|
| Fields inherited from class org.apache.camel.component.file.remote.FtpConfiguration |
|---|
DEFAULT_FTP_PORT |
| Fields inherited from class org.apache.camel.component.file.GenericFileConfiguration |
|---|
directory |
| Constructor Summary | |
|---|---|
FtpsConfiguration()
|
|
FtpsConfiguration(URI uri)
|
|
| Method Summary | |
|---|---|
Long |
getExecPbsz()
|
String |
getExecProt()
|
String |
getSecurityProtocol()
Returns the underlying security protocol. |
boolean |
isDisableSecureDataChannelDefaults()
|
boolean |
isImplicit()
Returns the security mode(Implicit/Explicit). |
void |
setDisableSecureDataChannelDefaults(boolean disableSecureDataChannelDefaults)
Use this option to disable default options when using secure data channel. |
void |
setExecPbsz(Long execPbsz)
When using secure data channel you can set the exec protection buffer size |
void |
setExecProt(String execProt)
The exec protection level PROT command. |
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.FtpConfiguration |
|---|
setDefaultPort |
| Methods inherited from class org.apache.camel.component.file.remote.RemoteFileConfiguration |
|---|
configure, getConnectTimeout, getHost, getPassword, getPort, getProtocol, getSeparator, getSiteCommand, getSoTimeout, getTimeout, getUsername, isBinary, isPassiveMode, isStepwise, isStreamDownload, isThrowExceptionOnConnectFailed, needToNormalize, normalizePath, remoteServerInformation, setBinary, setConnectTimeout, setHost, setPassiveMode, setPassword, setPort, setProtocol, setSeparator, setSiteCommand, setSoTimeout, setStepwise, setStreamDownload, setThrowExceptionOnConnectFailed, setTimeout, setUsername |
| Methods inherited from class org.apache.camel.component.file.GenericFileConfiguration |
|---|
getDirectory, setDirectory, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FtpsConfiguration()
public FtpsConfiguration(URI uri)
| Method Detail |
|---|
public String getSecurityProtocol()
public void setSecurityProtocol(String securityProtocol)
public boolean isImplicit()
public void setIsImplicit(boolean isImplicit)
public boolean isDisableSecureDataChannelDefaults()
public void setDisableSecureDataChannelDefaults(boolean disableSecureDataChannelDefaults)
setExecPbsz(Long),
setExecProt(String)public String getExecProt()
public void setExecProt(String execProt)
execProt - either C, S, E or Ppublic Long getExecPbsz()
public void setExecPbsz(Long execPbsz)
execPbsz - the buffer size
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||