Uses of Interface
org.neociclo.odetteftp.oftplet.StartFileResponse

Packages that use StartFileResponse
org.neociclo.odetteftp.oftplet   
org.neociclo.odetteftp.protocol   
org.neociclo.odetteftp.support   
 

Uses of StartFileResponse in org.neociclo.odetteftp.oftplet
 

Methods in org.neociclo.odetteftp.oftplet that return StartFileResponse
 StartFileResponse OftpletListenerAdapter.acceptStartFile(VirtualFile virtualFile)
           
 StartFileResponse OftpletListener.acceptStartFile(VirtualFile virtualFile)
          Callback method indicating a receive file request, used to construct and return the VirtualFile instance.
 

Uses of StartFileResponse in org.neociclo.odetteftp.protocol
 

Classes in org.neociclo.odetteftp.protocol that implement StartFileResponse
 class DefaultStartFileResponse
           
 

Uses of StartFileResponse in org.neociclo.odetteftp.support
 

Methods in org.neociclo.odetteftp.support that return StartFileResponse
 StartFileResponse SharedQueueOftpletListener.acceptStartFile(VirtualFile virtualFile)
           
 StartFileResponse OftpletEventListenerAdapter.acceptStartFile(VirtualFile virtualFile)
           
 



ACCORD