Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
274120fe6f | ||
![]() |
60170d1ed9 |
@ -12,7 +12,7 @@ import java.lang.*;
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class Client implements Runnable {
|
public class Client implements Runnable {
|
||||||
private String version = "v1.0.1";
|
private String version = "v1.0.2";
|
||||||
private Socket socket = null;
|
private Socket socket = null;
|
||||||
private ClientThread cThread = null;
|
private ClientThread cThread = null;
|
||||||
private DataOutputStream streamOut = null;
|
private DataOutputStream streamOut = null;
|
||||||
|
@ -9,9 +9,6 @@ import java.net.*;
|
|||||||
* @license MIT
|
* @license MIT
|
||||||
* @year 2014
|
* @year 2014
|
||||||
*
|
*
|
||||||
* For details on the copyright, look at the COPYRIGHT file that came with
|
|
||||||
* this program.
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
public class ClientThread extends Thread {
|
public class ClientThread extends Thread {
|
||||||
private Socket socket = null;
|
private Socket socket = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user