Uses of Class
org.springframework.integration.file.remote.server.FileServerEvent
Package
Description
Provides classes related to FTP servers.
Provides classes related to SFTP servers.
-
Uses of FileServerEvent in org.springframework.integration.ftp.server
Modifier and TypeClassDescriptionclass
ApplicationEvent
generated from Apache Mina ftp events.class
An event emitted when a directory is created.class
An event that is emitted when a file is written.class
Base class for all events having anFtpRequest
.class
An event emitted when a path is moved.class
An event emitted when a file or directory is removed.class
An event emitted when a session is closed.class
An event emitted when a session is opened. -
Uses of FileServerEvent in org.springframework.integration.sftp.server
Modifier and TypeClassDescriptionclass
ApplicationEvent
generated from Apache Mina sftp events.class
An event emitted when a directory is created.class
An event that is emitted when a file is written.class
An event emitted when a path is moved.class
An event emitted when a file or directory is removed.class
An event emitted when a session is closed.class
An event emitted when a session is opened.