Uses of Interface
client.net.commun.NormalClientDescriptor

Packages that use NormalClientDescriptor
client.net.commun   
client.net.transfer   
 

Uses of NormalClientDescriptor in client.net.commun
 

Classes in client.net.commun that implement NormalClientDescriptor
 class NormalClient
           
 

Uses of NormalClientDescriptor in client.net.transfer
 

Methods in client.net.transfer that return NormalClientDescriptor
 NormalClientDescriptor ClientFileDescriptor.getNormalClientDescriptor()
           
 

Methods in client.net.transfer with parameters of type NormalClientDescriptor
 NormalClient BasicTransferMngATPCProvider.getNormalClient(NormalClientDescriptor ncd)
           
 NormalClient TransferMngATPClientProvider.getNormalClient(NormalClientDescriptor ncd)
           
 

Constructors in client.net.transfer with parameters of type NormalClientDescriptor
ClientFileDescriptor(java.lang.String name, ClientFileDescriptor parent, NormalClientDescriptor ncd, short accessibilty, int id, java.util.ArrayList<ClientFileDescriptor> files, boolean isRoot)
          constructor for directory
ClientFileDescriptor(java.lang.String name, java.lang.String extension, long size, ClientFileDescriptor parent, NormalClientDescriptor ncd, short accessibilty, int id, boolean isRoot)