|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RemoteFileConfiguration in org.apache.camel.component.file.remote |
---|
Subclasses of RemoteFileConfiguration in org.apache.camel.component.file.remote | |
---|---|
class |
FtpConfiguration
FTP configuration |
class |
SftpConfiguration
Secure FTP configuration |
Methods in org.apache.camel.component.file.remote with parameters of type RemoteFileConfiguration | |
---|---|
boolean |
SftpOperations.connect(RemoteFileConfiguration configuration)
|
boolean |
RemoteFileOperations.connect(RemoteFileConfiguration configuration)
Connects to the remote server |
boolean |
FtpOperations.connect(RemoteFileConfiguration configuration)
|
protected com.jcraft.jsch.Session |
SftpOperations.createSession(RemoteFileConfiguration configuration)
|
Constructors in org.apache.camel.component.file.remote with parameters of type RemoteFileConfiguration | |
---|---|
FtpEndpoint(String uri,
FtpComponent component,
RemoteFileConfiguration configuration)
|
|
RemoteFileEndpoint(String uri,
RemoteFileComponent<T> component,
RemoteFileConfiguration configuration)
|
|
SftpEndpoint(String uri,
SftpComponent component,
RemoteFileConfiguration configuration)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |