Uses of Class
org.globus.ftp.vanilla.Flag
Packages that use Flag
-
Uses of Flag in org.globus.ftp.vanilla
Fields in org.globus.ftp.vanilla declared as FlagMethods in org.globus.ftp.vanilla with parameters of type FlagModifier and TypeMethodDescriptionprivate int
FTPControlChannel.checkSocketDone
(Flag aborted, int ioDelay, int maxWait) void
Return when reply is waitingabstract void
Block until reply is waiting in the control channel, or after timeout (maxWait), or when flag changes to true.void
Block until one of the conditions are true: a reply is available in the control channel, timeout (maxWait) expired aborted flag changes to true.void