Uses of Class
org.neociclo.odetteftp.oftplet.AnswerReasonInfo

Packages that use AnswerReasonInfo
org.neociclo.odetteftp.oftplet   
org.neociclo.odetteftp.protocol   
org.neociclo.odetteftp.protocol.v13   
org.neociclo.odetteftp.protocol.v20   
org.neociclo.odetteftp.support   
 

Uses of AnswerReasonInfo in org.neociclo.odetteftp.oftplet
 

Methods in org.neociclo.odetteftp.oftplet with parameters of type AnswerReasonInfo
 void OftpletListenerAdapter.onReceiveFileError(VirtualFile virtualFile, AnswerReasonInfo reason)
           
 void OftpletListener.onReceiveFileError(VirtualFile virtualFile, AnswerReasonInfo reason)
           
 void OftpletSpeaker.onSendFileError(VirtualFile virtualFile, AnswerReasonInfo reason, boolean retryLater)
          Callback method to indicate the transmitting file is not accepted by the other peer - being in the Speaker state.
 

Uses of AnswerReasonInfo in org.neociclo.odetteftp.protocol
 

Methods in org.neociclo.odetteftp.protocol that return AnswerReasonInfo
protected abstract  AnswerReasonInfo DefaultHandler.buildAnswerReasonInfoObject(CommandExchangeBuffer sfna)
           
 

Uses of AnswerReasonInfo in org.neociclo.odetteftp.protocol.v13
 

Methods in org.neociclo.odetteftp.protocol.v13 that return AnswerReasonInfo
protected  AnswerReasonInfo OdetteFtpVer13Handler.buildAnswerReasonInfoObject(CommandExchangeBuffer response)
           
 

Uses of AnswerReasonInfo in org.neociclo.odetteftp.protocol.v20
 

Methods in org.neociclo.odetteftp.protocol.v20 that return AnswerReasonInfo
protected  AnswerReasonInfo OdetteFtpVer20Handler.buildAnswerReasonInfoObject(CommandExchangeBuffer response)
           
 

Uses of AnswerReasonInfo in org.neociclo.odetteftp.support
 

Methods in org.neociclo.odetteftp.support with parameters of type AnswerReasonInfo
 void SharedQueueOftpletListener.onReceiveFileError(VirtualFile virtualFile, AnswerReasonInfo reason)
           
 void OftpletEventListenerAdapter.onReceiveFileError(VirtualFile virtualFile, AnswerReasonInfo reason)
           
 void SharedQueueOftpletSpeaker.onSendFileError(VirtualFile virtualFile, AnswerReasonInfo reason, boolean retryLater)
           
 void OftpletEventListenerAdapter.onSendFileError(VirtualFile virtualFile, AnswerReasonInfo reason, boolean retryLater)
           
 



ACCORD