Uses of Class
org.globus.ftp.HostPort
-
Packages that use HostPort Package Description org.globus.ftp org.globus.ftp.dc org.globus.ftp.extended org.globus.ftp.vanilla -
-
Uses of HostPort in org.globus.ftp
Subclasses of HostPort in org.globus.ftp Modifier and Type Class Description classHostPort6Utility class for parsing and converting host-port information from EPSV and EPRT ftp commands.Fields in org.globus.ftp declared as HostPort Modifier and Type Field Description HostPortSession. serverAddressMethods in org.globus.ftp that return HostPort Modifier and Type Method Description HostPortHostPortList. get(int index)protected HostPortFTPClient. get127Reply()Reads a GFD.47 compliant 127 reply and extracts the port information from it.HostPortFTPClient. setLocalPassive()Starts local server in passive server mode, with default parameters.HostPortFTPClient. setLocalPassive(int port, int queue)Starts the local server in passive server mode.HostPortFTPClient. setPassive()Sets remote server to passive server mode.Methods in org.globus.ftp with parameters of type HostPort Modifier and Type Method Description voidHostPortList. add(HostPort hp)Adds an element to the listvoidFTPClient. setActive(HostPort hostPort)Sets remote server active, telling it to connect to the given address. -
Uses of HostPort in org.globus.ftp.dc
Fields in org.globus.ftp.dc declared as HostPort Modifier and Type Field Description protected HostPortActiveConnectTask. hostPortprotected HostPortGridFTPActiveConnectTask. hostPortMethods in org.globus.ftp.dc with parameters of type HostPort Modifier and Type Method Description voidTransferThreadManager. activeConnect(HostPort hp, int connections)Act as the active side.Constructors in org.globus.ftp.dc with parameters of type HostPort Constructor Description ActiveConnectTask(HostPort hostPort, DataSink sink, BasicServerControlChannel control, Session session, DataChannelFactory factory, TransferContext context)ActiveConnectTask(HostPort hostPort, DataSource source, BasicServerControlChannel control, Session session, DataChannelFactory factory, TransferContext context)GridFTPActiveConnectTask(HostPort hostPort, BasicServerControlChannel control, SocketBox box, GridFTPSession gSession) -
Uses of HostPort in org.globus.ftp.extended
Methods in org.globus.ftp.extended that return HostPort Modifier and Type Method Description HostPortGridFTPServerFacade. setPassive(int port, int queue)Methods in org.globus.ftp.extended with parameters of type HostPort Modifier and Type Method Description voidGridFTPServerFacade. setActive(HostPort hp) -
Uses of HostPort in org.globus.ftp.vanilla
Fields in org.globus.ftp.vanilla declared as HostPort Modifier and Type Field Description protected HostPortFTPServerFacade. remoteServerAddressMethods in org.globus.ftp.vanilla that return HostPort Modifier and Type Method Description HostPortFTPServerFacade. setPassive()Behave like setPassive(ANY_PORT, DEFAULT_QUEUE)HostPortFTPServerFacade. setPassive(int port, int queue)Start the local serverMethods in org.globus.ftp.vanilla with parameters of type HostPort Modifier and Type Method Description voidFTPServerFacade. setActive(HostPort hp)Asynchronous; return before completion.
-