client.net.transfer
Interface BridgeTransferHandler

All Known Implementing Classes:
TransferManager

public interface BridgeTransferHandler

This interface handles the calls between ServerClient (which assists at Passive to Passive transfer) and between TransferManager.


Method Summary
 void handleTransferAcrossBridge(java.lang.String host, int port, java.lang.String id, ServerClient assistant)
          Called if the Server client gets the info about the bridge for transfer.
 

Method Detail

handleTransferAcrossBridge

void handleTransferAcrossBridge(java.lang.String host,
                                int port,
                                java.lang.String id,
                                ServerClient assistant)
Called if the Server client gets the info about the bridge for transfer.