Class ApacheMinaFtpEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.integration.events.IntegrationEvent
org.springframework.integration.file.remote.server.FileServerEvent
org.springframework.integration.ftp.server.ApacheMinaFtpEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FtpRequestEvent
,SessionClosedEvent
,SessionOpenedEvent
public abstract class ApacheMinaFtpEvent extends FileServerEvent
ApplicationEvent
generated from Apache Mina ftp events.- Since:
- 5.2
- Author:
- Gary Russell
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ApacheMinaFtpEvent(Object source)
ApacheMinaFtpEvent(Object source, Throwable cause)
-
Method Summary
Modifier and Type Method Description org.apache.ftpserver.ftplet.FtpSession
getSession()
String
toString()
Methods inherited from class org.springframework.integration.events.IntegrationEvent
getCause, getSourceAsType
-
Constructor Details
-
Method Details
-
getSession
public org.apache.ftpserver.ftplet.FtpSession getSession() -
toString
- Overrides:
toString
in classIntegrationEvent
-