Uses of Class
org.globus.ftp.HostPortList
-
Packages that use HostPortList Package Description org.globus.ftp org.globus.ftp.extended -
-
Uses of HostPortList in org.globus.ftp
Fields in org.globus.ftp declared as HostPortList Modifier and Type Field Description HostPortListGridFTPSession. serverAddressListThis concerns local server.Methods in org.globus.ftp that return HostPortList Modifier and Type Method Description static HostPortListHostPortList. parseIPv4Format(java.lang.String message)static HostPortListHostPortList. parseIPv6Format(java.lang.String message)HostPortListGridFTPClient. setLocalStripedPassive()Behaves like setLocalStripedPassive(FTPServerFacade.ANY_PORT, FTPServerFacade.DEFAULT_QUEUE)HostPortListGridFTPClient. setLocalStripedPassive(int port, int queue)Starts local server in striped passive mode.HostPortListGridFTPClient. setStripedPassive()Sets remote server to striped passive server mode (SPAS).Methods in org.globus.ftp with parameters of type HostPortList Modifier and Type Method Description voidGridFTPClient. 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 HostPortList Modifier and Type Method Description HostPortListGridFTPServerFacade. setStripedPassive()HostPortListGridFTPServerFacade. setStripedPassive(int port, int queue)Methods in org.globus.ftp.extended with parameters of type HostPortList Modifier and Type Method Description voidGridFTPServerFacade. setStripedActive(HostPortList hpl)
-