Uses of Class
org.globus.ftp.vanilla.BasicClientControlChannel
Packages that use BasicClientControlChannel
-
Uses of BasicClientControlChannel in org.globus.ftp
Methods in org.globus.ftp with parameters of type BasicClientControlChannelModifier and TypeMethodDescriptionprotected TransferStateFTPClient.transferBegin(BasicClientControlChannel other, MarkerListener mListener) protected voidFTPClient.transferRun(BasicClientControlChannel other, MarkerListener mListener) Actual transfer management.protected voidFTPClient.transferRunSingleThread(BasicClientControlChannel other, MarkerListener mListener) protected TransferStateFTPClient.transferStart(BasicClientControlChannel other, MarkerListener mListener) -
Uses of BasicClientControlChannel in org.globus.ftp.extended
Subclasses of BasicClientControlChannel in org.globus.ftp.extendedModifier and TypeClassDescriptionclassGridFTP control channel, unlike the vanilla control channel, uses GSI autentication. -
Uses of BasicClientControlChannel in org.globus.ftp.vanilla
Subclasses of BasicClientControlChannel in org.globus.ftp.vanillaModifier and TypeClassDescriptionclassRepresents FTP Protocol Interpreter.protected classThis inner class represents a local control channel.Fields in org.globus.ftp.vanilla declared as BasicClientControlChannelModifier and TypeFieldDescriptionprivate BasicClientControlChannelTransferMonitor.controlChannelMethods in org.globus.ftp.vanilla that return BasicClientControlChannelModifier and TypeMethodDescriptionFTPServerFacade.getControlChannel()Use this method to get the client end of the local control channel.Constructors in org.globus.ftp.vanilla with parameters of type BasicClientControlChannelModifierConstructorDescriptionTransferMonitor(BasicClientControlChannel controlChannel, TransferState transferState, MarkerListener mListener, int maxWait, int ioDelay, int side)