Package | Description |
---|---|
org.globus.ftp | |
org.globus.ftp.extended | |
org.globus.ftp.vanilla |
Modifier and Type | Method and Description |
---|---|
protected TransferState |
FTPClient.transferBegin(BasicClientControlChannel other,
MarkerListener mListener) |
protected void |
FTPClient.transferRun(BasicClientControlChannel other,
MarkerListener mListener)
Actual transfer management.
|
protected void |
FTPClient.transferRunSingleThread(BasicClientControlChannel other,
MarkerListener mListener) |
protected TransferState |
FTPClient.transferStart(BasicClientControlChannel other,
MarkerListener mListener) |
Modifier and Type | Class and Description |
---|---|
class |
GridFTPControlChannel
GridFTP control channel, unlike the vanilla control channel,
uses GSI autentication.
|
Modifier and Type | Class and Description |
---|---|
class |
FTPControlChannel
Represents FTP Protocol Interpreter.
|
protected class |
FTPServerFacade.LocalControlChannel
This inner class represents a local control channel.
|
Modifier and Type | Method and Description |
---|---|
BasicClientControlChannel |
FTPServerFacade.getControlChannel()
Use this method to get the client end of the local
control channel.
|
Constructor and Description |
---|
TransferMonitor(BasicClientControlChannel controlChannel,
TransferState transferState,
MarkerListener mListener,
int maxWait,
int ioDelay,
int side) |
Copyright © 2016. All rights reserved.