synchronized su awarenes e chat via tcp
This commit is contained in:
24
socket_chat_tcp/LaunchClient.java
Normal file
24
socket_chat_tcp/LaunchClient.java
Normal file
@@ -0,0 +1,24 @@
|
||||
package socket_chat_tcp;
|
||||
|
||||
/**
|
||||
* Created with xgiovio.macbookair.
|
||||
* User: xgiovio
|
||||
* Date: 02/12/14
|
||||
* Time: 17:28
|
||||
*/
|
||||
public class LaunchClient {
|
||||
|
||||
public static void main (String[] args) {
|
||||
|
||||
Client c1 = new Client("mario","localhost",20000);
|
||||
c1.launch();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user