edtFTPj/Free - Open-source FTP library for Java | Download


Uses of Class
com.enterprisedt.net.ftp.IPEndpoint

Packages that use IPEndpoint
com.enterprisedt.net.ftp FileTransferClient is the key class for edtFTPj/Free and provides basic FTP features. 
 

Uses of IPEndpoint in com.enterprisedt.net.ftp
 

Methods in com.enterprisedt.net.ftp that return IPEndpoint
 IPEndpoint DataChannelCallback.onPASVResponse(IPEndpoint endpoint)
          If this callback is implemented, it should return the endpoint that the user wishes to connect to.
 IPEndpoint DataChannelCallback.onPORTCommand(IPEndpoint endpoint)
          If this callback is implemented, it should return the endpoint that the server should connect to in active (PORT) mode.
 

Methods in com.enterprisedt.net.ftp with parameters of type IPEndpoint
 IPEndpoint DataChannelCallback.onPASVResponse(IPEndpoint endpoint)
          If this callback is implemented, it should return the endpoint that the user wishes to connect to.
 IPEndpoint DataChannelCallback.onPORTCommand(IPEndpoint endpoint)
          If this callback is implemented, it should return the endpoint that the server should connect to in active (PORT) mode.
 



Copyright (c) 2001-2007 Enterprise Distributed Technologies Ltd. All Rights Reserved.