Class FtpRequestEvent
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
org.springframework.integration.ftp.server.FtpRequestEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DirectoryCreatedEvent,- FileWrittenEvent,- PathMovedEvent,- PathRemovedEvent
Base class for all events having an 
FtpRequest.- Since:
- 5.2
- Author:
- Gary Russell
- See Also:
- 
Field SummaryFieldsFields inherited from class org.springframework.integration.events.IntegrationEventcauseFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionFtpRequestEvent(org.apache.ftpserver.ftplet.FtpSession source, org.apache.ftpserver.ftplet.FtpRequest request) 
- 
Method SummaryMethods inherited from class org.springframework.integration.ftp.server.ApacheMinaFtpEventgetSessionMethods inherited from class org.springframework.integration.events.IntegrationEventgetCause, getSourceAsTypeMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjectgetSource
- 
Field Details- 
requestprotected final org.apache.ftpserver.ftplet.FtpRequest request
 
- 
- 
Constructor Details- 
FtpRequestEventpublic FtpRequestEvent(org.apache.ftpserver.ftplet.FtpSession source, org.apache.ftpserver.ftplet.FtpRequest request) 
 
- 
- 
Method Details- 
getRequestpublic org.apache.ftpserver.ftplet.FtpRequest getRequest()
- 
toString- Overrides:
- toStringin class- ApacheMinaFtpEvent
 
 
-