Added `getSocket()` method to the Manager class
This commit is contained in:
parent
b4bf4d5af5
commit
e1c28d9c11
|
@ -30,6 +30,11 @@ public final class Watcher : Thread
|
|||
start();
|
||||
}
|
||||
|
||||
public Socket getSocket()
|
||||
{
|
||||
return socket;
|
||||
}
|
||||
|
||||
public void shutdown()
|
||||
{
|
||||
running=false;
|
||||
|
|
Loading…
Reference in New Issue