Uses of Class
org.globus.ftp.vanilla.Reply
-
Packages that use Reply Package Description org.globus.ftp org.globus.ftp.dc org.globus.ftp.exception org.globus.ftp.vanilla -
-
Uses of Reply in org.globus.ftp
Methods in org.globus.ftp that return Reply Modifier and Type Method Description ReplyFTPClient. getLastReply()Returns the last reply received from the server.ReplyFTPClient. quote(java.lang.String command)Executes arbitrary operation on the server.ReplyFTPClient. site(java.lang.String args)Executes site-specific operation (using the SITE command). -
Uses of Reply in org.globus.ftp.dc
Subclasses of Reply in org.globus.ftp.dc Modifier and Type Class Description classLocalReplyLocal server communicate with client with a simplified control channel. -
Uses of Reply in org.globus.ftp.exception
Methods in org.globus.ftp.exception that return Reply Modifier and Type Method Description ReplyUnexpectedReplyCodeException. getReply()Constructors in org.globus.ftp.exception with parameters of type Reply Constructor Description UnexpectedReplyCodeException(int code, java.lang.String msg, Reply r)UnexpectedReplyCodeException(Reply r) -
Uses of Reply in org.globus.ftp.vanilla
Methods in org.globus.ftp.vanilla that return Reply Modifier and Type Method Description ReplyFTPControlChannel. exchange(Command cmd)Write the command to the control channel, block until reply arrives and return the reply.ReplyFTPControlChannel. execute(Command cmd)Write the command to the control channel, block until reply arrives and check if the command completed successfully (reply code 200).ReplyFTPControlChannel. getLastReply()Returns the last reply received from the server.protected ReplyFTPServerFacade.LocalControlChannel. pop()abstract ReplyBasicClientControlChannel. read()ReplyFTPControlChannel. read()Block until a reply is available in the control channel.ReplyFTPServerFacade.LocalControlChannel. read()Methods in org.globus.ftp.vanilla with parameters of type Reply Modifier and Type Method Description static 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 voidFTPServerFacade.LocalControlChannel. push(Reply newReply)voidBasicServerControlChannel. write(Reply reply)write reply to the control channelvoidFTPServerFacade.LocalControlChannel. write(Reply reply)
-