Uses of Class
org.globus.ftp.HostPort
Packages that use HostPort
-
Uses of HostPort in org.globus.ftp
Subclasses of HostPort in org.globus.ftpModifier and TypeClassDescriptionclass
Utility class for parsing and converting host-port information from EPSV and EPRT ftp commands.Fields in org.globus.ftp declared as HostPortMethods in org.globus.ftp that return HostPortModifier and TypeMethodDescriptionHostPortList.get
(int index) protected HostPort
FTPClient.get127Reply()
Reads a GFD.47 compliant 127 reply and extracts the port information from it.FTPClient.setLocalPassive()
Starts local server in passive server mode, with default parameters.FTPClient.setLocalPassive
(int port, int queue) Starts the local server in passive server mode.FTPClient.setPassive()
Sets remote server to passive server mode.Methods in org.globus.ftp with parameters of type HostPort -
Uses of HostPort in org.globus.ftp.dc
Fields in org.globus.ftp.dc declared as HostPortModifier and TypeFieldDescriptionprotected HostPort
ActiveConnectTask.hostPort
protected HostPort
GridFTPActiveConnectTask.hostPort
Methods in org.globus.ftp.dc with parameters of type HostPortModifier and TypeMethodDescriptionvoid
TransferThreadManager.activeConnect
(HostPort hp, int connections) Act as the active side.Constructors in org.globus.ftp.dc with parameters of type HostPortModifierConstructorDescriptionActiveConnectTask
(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 HostPortMethods in org.globus.ftp.extended with parameters of type HostPort -
Uses of HostPort in org.globus.ftp.vanilla
Fields in org.globus.ftp.vanilla declared as HostPortMethods in org.globus.ftp.vanilla that return HostPortModifier and TypeMethodDescriptionFTPServerFacade.setPassive()
Behave like setPassive(ANY_PORT, DEFAULT_QUEUE)FTPServerFacade.setPassive
(int port, int queue) Start the local serverMethods in org.globus.ftp.vanilla with parameters of type HostPort