Uses of Class
bass.dto.DTO_Client

Packages that use DTO_Client
bass.crawler   
 

Uses of DTO_Client in bass.crawler
 

Fields in bass.crawler with type parameters of type DTO_Client
private  java.util.LinkedList<DTO_Client> ClientRegistration.clients
           
 

Methods in bass.crawler that return types with arguments of type DTO_Client
 java.util.LinkedList<DTO_Client> ClientRegistration.getRegisteredClients()
           
 

Method parameters in bass.crawler with type arguments of type DTO_Client
 void ServerGui.setConnectedClients(java.util.LinkedList<DTO_Client> clients)
          sets the connected clients to the list