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
public abstract class FtpRequestEvent extends ApacheMinaFtpEvent
Base class for all events having an
FtpRequest
.- Since:
- 5.2
- Author:
- Gary Russell
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.ftpserver.ftplet.FtpRequest
request
-
Constructor Summary
Constructors Constructor Description FtpRequestEvent(org.apache.ftpserver.ftplet.FtpSession source, org.apache.ftpserver.ftplet.FtpRequest request)
-
Method Summary
Modifier and Type Method Description org.apache.ftpserver.ftplet.FtpRequest
getRequest()
String
toString()
Methods inherited from class org.springframework.integration.ftp.server.ApacheMinaFtpEvent
getSession
Methods inherited from class org.springframework.integration.events.IntegrationEvent
getCause, getSourceAsType
-
Field Details
-
request
protected final org.apache.ftpserver.ftplet.FtpRequest request
-
-
Constructor Details
-
FtpRequestEvent
public FtpRequestEvent(org.apache.ftpserver.ftplet.FtpSession source, org.apache.ftpserver.ftplet.FtpRequest request)
-
-
Method Details
-
getRequest
public org.apache.ftpserver.ftplet.FtpRequest getRequest() -
toString
- Overrides:
toString
in classApacheMinaFtpEvent
-