Uses of Class
com.b3dgs.lionengine.network.Client

Packages that use Client
com.b3dgs.lionengine   
com.b3dgs.lionengine.network   
 

Uses of Client in com.b3dgs.lionengine
 

Methods in com.b3dgs.lionengine that return Client
 Client Network.createClient(java.lang.String ipv4, int port)
          Create a client which will be connected to a Server.
 

Uses of Client in com.b3dgs.lionengine.network
 

Methods in com.b3dgs.lionengine.network that return Client
 Client NetworkFactory.createClient(java.lang.String ipv4, int port)