Uses of Class
org.globus.ftp.vanilla.Reply
Packages that use Reply
Package
Description
-
Uses of Reply in org.globus.ftp
Methods in org.globus.ftp that return ReplyModifier and TypeMethodDescriptionprivate ReplyFTPClient.getLastReply()Returns the last reply received from the server.Executes arbitrary operation on the server.Executes site-specific operation (using the SITE command). -
Uses of Reply in org.globus.ftp.dc
Subclasses of Reply in org.globus.ftp.dcModifier and TypeClassDescriptionclassLocal server communicate with client with a simplified control channel. -
Uses of Reply in org.globus.ftp.exception
Fields in org.globus.ftp.exception declared as ReplyMethods in org.globus.ftp.exception that return ReplyConstructors in org.globus.ftp.exception with parameters of type Reply -
Uses of Reply in org.globus.ftp.vanilla
Fields in org.globus.ftp.vanilla declared as ReplyMethods in org.globus.ftp.vanilla that return ReplyModifier and TypeMethodDescriptionWrite the command to the control channel, block until reply arrives and return the reply.Write the command to the control channel, block until reply arrives and check if the command completed successfully (reply code 200).FTPControlChannel.getLastReply()Returns the last reply received from the server.protected ReplyFTPServerFacade.LocalControlChannel.pop()abstract ReplyBasicClientControlChannel.read()FTPControlChannel.read()Block until a reply is available in the control channel.FTPServerFacade.LocalControlChannel.read()Methods in org.globus.ftp.vanilla with parameters of type ReplyModifier and TypeMethodDescriptionstatic booleanReply.isPermanentNegativeCompletion(Reply reply) static booleanReply.isPositiveCompletion(Reply reply) static booleanReply.isPositiveIntermediate(Reply reply) static booleanReply.isPositivePreliminary(Reply reply) static booleanReply.isTransientNegativeCompletion(Reply reply) protected voidvoidwrite reply to the control channelvoid