Package | Description |
---|---|
org.globus.ftp.vanilla |
Modifier and Type | Method and Description |
---|---|
void |
BasicClientControlChannel.waitFor(Flag flag,
int waitDelay)
Return when reply is waiting
|
void |
FTPControlChannel.waitFor(Flag aborted,
int ioDelay,
int maxWait)
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 |
FTPServerFacade.LocalControlChannel.waitFor(Flag aborted,
int ioDelay,
int maxWait) |
abstract void |
BasicClientControlChannel.waitFor(Flag flag,
int waitDelay,
int maxWait)
Block until reply is waiting in the control channel,
or after timeout (maxWait), or when flag changes to true.
|
Copyright © 2016. All rights reserved.