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:
java.io.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
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected org.apache.ftpserver.ftplet.FtpRequest request  

    Fields inherited from class org.springframework.integration.events.IntegrationEvent

    cause

    Fields inherited from class java.util.EventObject

    source
  • 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()  
    java.lang.String toString()  

    Methods inherited from class org.springframework.integration.ftp.server.ApacheMinaFtpEvent

    getSession

    Methods inherited from class org.springframework.integration.events.IntegrationEvent

    getCause, getSourceAsType

    Methods inherited from class org.springframework.context.ApplicationEvent

    getTimestamp

    Methods inherited from class java.util.EventObject

    getSource

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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