Uses of Class
org.globus.ftp.HostPortList
Packages that use HostPortList
-
Uses of HostPortList in org.globus.ftp
Fields in org.globus.ftp declared as HostPortListMethods in org.globus.ftp that return HostPortListModifier and TypeMethodDescriptionstatic HostPortListHostPortList.parseIPv4Format(String message) static HostPortListHostPortList.parseIPv6Format(String message) GridFTPClient.setLocalStripedPassive()Behaves like setLocalStripedPassive(FTPServerFacade.ANY_PORT, FTPServerFacade.DEFAULT_QUEUE)GridFTPClient.setLocalStripedPassive(int port, int queue) Starts local server in striped passive mode.GridFTPClient.setStripedPassive()Sets remote server to striped passive server mode (SPAS).Methods in org.globus.ftp with parameters of type HostPortListModifier and TypeMethodDescriptionvoidGridFTPClient.setStripedActive(HostPortList hpl) Sets remote server to striped active server mode (SPOR). -
Uses of HostPortList in org.globus.ftp.extended
Methods in org.globus.ftp.extended that return HostPortListModifier and TypeMethodDescriptionGridFTPServerFacade.setStripedPassive()GridFTPServerFacade.setStripedPassive(int port, int queue) Methods in org.globus.ftp.extended with parameters of type HostPortList